GroupId | GroupIdorg.ow2.frascati.examples |
---|---|
ArtifactId | ArtifactIdcomanche |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
comanche-1.3.pom | |
comanche-1.3.jar | 17 KB |
comanche-1.3-sources.jar | 16 KB |
comanche-1.3-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/comanche/ -->
<dependency>
<groupId>org.ow2.frascati.examples</groupId>
<artifactId>comanche</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/comanche/
implementation 'org.ow2.frascati.examples:comanche:1.3'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/comanche/
implementation ("org.ow2.frascati.examples:comanche:1.3")
'org.ow2.frascati.examples:comanche:jar:1.3'
<dependency org="org.ow2.frascati.examples" name="comanche" rev="1.3">
<artifact name="comanche" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='comanche', version='1.3')
)
libraryDependencies += "org.ow2.frascati.examples" % "comanche" % "1.3"
[org.ow2.frascati.examples/comanche "1.3"]