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