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