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