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