b

bootstrap-sample-jar

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