Categories |
CategoriesNet |
---|---|
GroupId | GroupIdio.jenetics |
ArtifactId | ArtifactIdjpx |
Version | Version1.7.0 |
Type | Typejar |
Filename | Size |
---|---|
jpx-1.7.0.pom | |
jpx-1.7.0.jar | 187 KB |
jpx-1.7.0-sources.jar | 122 KB |
jpx-1.7.0-javadoc.jar | 651 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jenetics/jpx/ -->
<dependency>
<groupId>io.jenetics</groupId>
<artifactId>jpx</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.jenetics/jpx/
implementation 'io.jenetics:jpx:1.7.0'
// https://jarcasting.com/artifacts/io.jenetics/jpx/
implementation ("io.jenetics:jpx:1.7.0")
'io.jenetics:jpx:jar:1.7.0'
<dependency org="io.jenetics" name="jpx" rev="1.7.0">
<artifact name="jpx" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jenetics', module='jpx', version='1.7.0')
)
libraryDependencies += "io.jenetics" % "jpx" % "1.7.0"
[io.jenetics/jpx "1.7.0"]