k

keygen-parent

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