Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.bitbucket.fwilhelm |
ArtifactId | ArtifactIdorg.jenetics |
Version | Version3.0.1 |
Type | Typejar |
Filename | Size |
---|---|
org.jenetics-3.0.1.pom | |
org.jenetics-3.0.1.jar | 307 KB |
org.jenetics-3.0.1-sources.jar | 330 KB |
org.jenetics-3.0.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.fwilhelm/org.jenetics/ -->
<dependency>
<groupId>org.bitbucket.fwilhelm</groupId>
<artifactId>org.jenetics</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.fwilhelm/org.jenetics/
implementation 'org.bitbucket.fwilhelm:org.jenetics:3.0.1'
// https://jarcasting.com/artifacts/org.bitbucket.fwilhelm/org.jenetics/
implementation ("org.bitbucket.fwilhelm:org.jenetics:3.0.1")
'org.bitbucket.fwilhelm:org.jenetics:jar:3.0.1'
<dependency org="org.bitbucket.fwilhelm" name="org.jenetics" rev="3.0.1">
<artifact name="org.jenetics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.fwilhelm', module='org.jenetics', version='3.0.1')
)
libraryDependencies += "org.bitbucket.fwilhelm" % "org.jenetics" % "3.0.1"
[org.bitbucket.fwilhelm/org.jenetics "3.0.1"]