Files download
File Operation
parent-1.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.joyent.http-signature</groupId>
  <artifactId>parent</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.joyent.http-signature:parent:1.0.0'
Gradle Kotlin
implementation("com.joyent.http-signature:parent:1.0.0")
Scala SBT
libraryDependencies += "com.joyent.http-signature" % "parent" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.joyent.http-signature', module='parent', version='1.0.0')
)
Apache Ivy
<dependency org="com.joyent.http-signature" name="parent" rev="1.0.0" />
Leiningen
[com.joyent.http-signature/parent "1.0.0"]
Apache Buildr
'com.joyent.http-signature:parent:jar:1.0.0'