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