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