GroupId | GroupIdcom.ociweb |
---|---|
ArtifactId | ArtifactIdpronghorn |
Version | Version1.0.42 |
Type | Typejar |
Filename | Size |
---|---|
pronghorn-1.0.42.pom | |
pronghorn-1.0.42.jar | 1 MB |
pronghorn-1.0.42-tests.jar | 234 KB |
pronghorn-1.0.42-test-sources.jar | 146 KB |
pronghorn-1.0.42-sources.jar | 1 MB |
pronghorn-1.0.42-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ociweb/pronghorn/ -->
<dependency>
<groupId>com.ociweb</groupId>
<artifactId>pronghorn</artifactId>
<version>1.0.42</version>
</dependency>
// https://jarcasting.com/artifacts/com.ociweb/pronghorn/
implementation 'com.ociweb:pronghorn:1.0.42'
// https://jarcasting.com/artifacts/com.ociweb/pronghorn/
implementation ("com.ociweb:pronghorn:1.0.42")
'com.ociweb:pronghorn:jar:1.0.42'
<dependency org="com.ociweb" name="pronghorn" rev="1.0.42">
<artifact name="pronghorn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ociweb', module='pronghorn', version='1.0.42')
)
libraryDependencies += "com.ociweb" % "pronghorn" % "1.0.42"
[com.ociweb/pronghorn "1.0.42"]