GroupId | GroupIdedu.harvard.eecs |
---|---|
ArtifactId | ArtifactIdjopt |
Version | Version1.3.4 |
Type | Typejar |
Filename | Size |
---|---|
jopt-1.3.4.pom | |
jopt-1.3.4.jar | 1 MB |
jopt-1.3.4-sources.jar | 1 MB |
jopt-1.3.4-javadoc.jar | 311 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.harvard.eecs/jopt/ -->
<dependency>
<groupId>edu.harvard.eecs</groupId>
<artifactId>jopt</artifactId>
<version>1.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/edu.harvard.eecs/jopt/
implementation 'edu.harvard.eecs:jopt:1.3.4'
// https://jarcasting.com/artifacts/edu.harvard.eecs/jopt/
implementation ("edu.harvard.eecs:jopt:1.3.4")
'edu.harvard.eecs:jopt:jar:1.3.4'
<dependency org="edu.harvard.eecs" name="jopt" rev="1.3.4">
<artifact name="jopt" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.harvard.eecs', module='jopt', version='1.3.4')
)
libraryDependencies += "edu.harvard.eecs" % "jopt" % "1.3.4"
[edu.harvard.eecs/jopt "1.3.4"]