| Group ID: |
com.github.rinde |
| Artifact ID: |
rinsim-geom |
| Last modified: |
04.05.2017 14:48 |
| Packaging: |
jar |
| Name: |
RinSim Geometry |
|
|
| Size: |
23.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/github/rinde/rinsim-geom/4.4.2/rinsim-geom-4.4.2-tests.jar |
| POM: |
Show
hide
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-main</artifactId>
<version>4.4.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>rinsim-geom</artifactId>
<name>RinSim Geometry</name>
<packaging>jar</packaging>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.language>java</sonar.language>
</properties>
<build>
<plugins>
<plugin>
<groupId>com.googlecode.japi-checker</groupId>
<artifactId>japi-checker-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.bsc.maven</groupId>
<artifactId>maven-processor-plugin</artifactId>
<version>3.1.0-beta1</version>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
</dependency>
<dependency>
<groupId>org.jscience</groupId>
<artifactId>jscience</artifactId>
</dependency>
<dependency>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-event</artifactId>
</dependency>
<dependency>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-event</artifactId>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-test-util</artifactId>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-geom</artifactId>
<version>4.4.2</version>
<classifier>tests</classifier>
</dependency>
|
| Gradle: |
com.github.rinde:rinsim-geom:4.4.2:tests |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|