License |
License |
---|---|
GroupId | GroupIdcom.vadeen |
ArtifactId | ArtifactIdneat |
Version | Version0.3.3 |
Type | Typejar |
Description |
Descriptioncom.vadeen:neat
Implementation of the NEAT algorithm.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
neat-0.3.3.pom | |
neat-0.3.3.jar | 63 KB |
neat-0.3.3-sources.jar | 35 KB |
neat-0.3.3-javadoc.jar | 682 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vadeen/neat/ -->
<dependency>
<groupId>com.vadeen</groupId>
<artifactId>neat</artifactId>
<version>0.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.vadeen/neat/
implementation 'com.vadeen:neat:0.3.3'
// https://jarcasting.com/artifacts/com.vadeen/neat/
implementation ("com.vadeen:neat:0.3.3")
'com.vadeen:neat:jar:0.3.3'
<dependency org="com.vadeen" name="neat" rev="0.3.3">
<artifact name="neat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vadeen', module='neat', version='0.3.3')
)
libraryDependencies += "com.vadeen" % "neat" % "0.3.3"
[com.vadeen/neat "0.3.3"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | [2.9.8,) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.24.0 |