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