| Title: |
examples |
| Group ID: |
org.creativescala |
| Artifact ID: |
doodle-examples_2.13 |
| Version: |
0.19.0 |
| Last modified: |
28.06.2023 12:09 |
| Packaging: |
jar |
| Name: |
examples |
| Description: |
examples |
| URL: |
https://creativescala.github.io/doodle |
| Vendor: |
Creative Scala |
|
|
| Size: |
1.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/creativescala/doodle-examples_2.13/0.19.0/doodle-examples_2.13-0.19.0.jar |
| POM: |
Show
hide
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>org.creativescala</groupId>
<artifactId>doodle-examples_2.13</artifactId>
<packaging>jar</packaging>
<description>examples</description>
<url>https://creativescala.github.io/doodle</url>
<version>0.19.0</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>examples</name>
<inceptionYear>2015</inceptionYear>
<organization>
<name>Creative Scala</name>
</organization>
<scm>
<url>https://github.com/creativescala/doodle</url>
<connection>scm:git:https://github.com/creativescala/doodle.git</connection>
<developerConnection>scm:git:git@github.com:creativescala/doodle.git</developerConnection>
</scm>
<developers>
<developer>
<id>noelwelsh</id>
<name>Noel Welsh</name>
<url>https://github.com/noelwelsh</url>
<email>@noelwelsh</email>
</developer>
</developers>
<properties>
<info.apiURL>https://www.javadoc.io/doc/org.creativescala/doodle-docs_2.13/0.19.0/</info.apiURL>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.11</version>
</dependency>
<dependency>
<groupId>org.creativescala</groupId>
<artifactId>doodle-core_2.13</artifactId>
<version>0.19.0</version>
</dependency>
<dependency>
<groupId>org.creativescala</groupId>
<artifactId>doodle-java2d_2.13</artifactId>
<version>0.19.0</version>
</dependency>
<dependency>
<groupId>org.creativescala</groupId>
<artifactId>doodle-image_2.13</artifactId>
<version>0.19.0</version>
</dependency>
<dependency>
<groupId>org.creativescala</groupId>
<artifactId>doodle-interact_2.13</artifactId>
<version>0.19.0</version>
</dependency>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>munit_2.13</artifactId>
<version>0.7.29</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>munit-scalacheck_2.13</artifactId>
<version>0.7.29</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.monix</groupId>
<artifactId>minitest_2.13</artifactId>
<version>2.9.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.monix</groupId>
<artifactId>minitest-laws_2.13</artifactId>
<version>2.9.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.creativescala</groupId>
<artifactId>doodle-svg_2.13</artifactId>
<version>0.15.1</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>cats-core_2.13</artifactId>
<version>2.9.0</version>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>org.creativescala</groupId>
<artifactId>doodle-examples_2.13</artifactId>
<version>0.19.0</version>
</dependency>
|
| Gradle: |
org.creativescala:doodle-examples_2.13:0.19.0 |
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|