P

Pronghorn

Primary dependency for any project using the Pronghorn framework
https://github.com/oci-pronghorn/Pronghorn
BSD-3 License
Nathan Tippy
Files download
File Operation
Pronghorn-1.0.0.jar download
Pronghorn-1.0.0.pom download
Pronghorn-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ociweb</groupId>
  <artifactId>Pronghorn</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.ociweb:Pronghorn:1.0.0'
Gradle Kotlin
implementation("com.ociweb:Pronghorn:1.0.0")
Scala SBT
libraryDependencies += "com.ociweb" % "Pronghorn" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.ociweb', module='Pronghorn', version='1.0.0')
)
Apache Ivy
<dependency org="com.ociweb" name="Pronghorn" rev="1.0.0" />
Leiningen
[com.ociweb/Pronghorn "1.0.0"]
Apache Buildr
'com.ociweb:Pronghorn:jar:1.0.0'