Categories |
CategoriesNet |
---|---|
GroupId | GroupIdde.sfuhrm |
ArtifactId | ArtifactIdgeneticalgorithm |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
geneticalgorithm-2.0.1.pom | |
geneticalgorithm-2.0.1.jar | 7 KB |
geneticalgorithm-2.0.1-sources.jar | 7 KB |
geneticalgorithm-2.0.1-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sfuhrm/geneticalgorithm/ -->
<dependency>
<groupId>de.sfuhrm</groupId>
<artifactId>geneticalgorithm</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.sfuhrm/geneticalgorithm/
implementation 'de.sfuhrm:geneticalgorithm:2.0.1'
// https://jarcasting.com/artifacts/de.sfuhrm/geneticalgorithm/
implementation ("de.sfuhrm:geneticalgorithm:2.0.1")
'de.sfuhrm:geneticalgorithm:jar:2.0.1'
<dependency org="de.sfuhrm" name="geneticalgorithm" rev="2.0.1">
<artifact name="geneticalgorithm" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sfuhrm', module='geneticalgorithm', version='2.0.1')
)
libraryDependencies += "de.sfuhrm" % "geneticalgorithm" % "2.0.1"
[de.sfuhrm/geneticalgorithm "2.0.1"]