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