org.kevoree.library.java.avatarjs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.kevoree.library.java</groupId>
<artifactId>org.kevoree.library.java.avatarjs</artifactId>
<version>5.3.2</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>org.kevoree.library.java.avatarjs</artifactId>
<name>Kevoree :: Library :: Java :: AvatarJS</name>
<parent>
<artifactId>org.kevoree.library.java.root</artifactId>
<groupId>org.kevoree.library.java</groupId>
<version>5.3.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>com.oracle</groupId>
<artifactId>avatar-js</artifactId>
<version>0.10.32-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>maven.java.net</id>
<snapshots><enabled>true</enabled></snapshots>
<url>https://maven.java.net/content/groups/public/</url>
</repository>
</repositories>
</project>