Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.bitbucket.fwilhelm |
ArtifactId | ArtifactIdorg.jenetics |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
org.jenetics-2.0.0.pom | |
org.jenetics-2.0.0.jar | 337 KB |
org.jenetics-2.0.0-sources.jar | 355 KB |
org.jenetics-2.0.0-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>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.fwilhelm/org.jenetics/
implementation 'org.bitbucket.fwilhelm:org.jenetics:2.0.0'
// https://jarcasting.com/artifacts/org.bitbucket.fwilhelm/org.jenetics/
implementation ("org.bitbucket.fwilhelm:org.jenetics:2.0.0")
'org.bitbucket.fwilhelm:org.jenetics:jar:2.0.0'
<dependency org="org.bitbucket.fwilhelm" name="org.jenetics" rev="2.0.0">
<artifact name="org.jenetics" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.fwilhelm', module='org.jenetics', version='2.0.0')
)
libraryDependencies += "org.bitbucket.fwilhelm" % "org.jenetics" % "2.0.0"
[org.bitbucket.fwilhelm/org.jenetics "2.0.0"]