is not current version
Last Version 2.0.5

de.neuland-bfi:pug4j 2.0.1

Java implementation of the pug templating language

GroupId

GroupId

de.neuland-bfi
ArtifactId

ArtifactId

pug4j
Version

Version

2.0.1
Type

Type

jar

Download pug4j 2.0.1


<!-- https://jarcasting.com/artifacts/de.neuland-bfi/pug4j/ -->
<dependency>
    <groupId>de.neuland-bfi</groupId>
    <artifactId>pug4j</artifactId>
    <version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.neuland-bfi/pug4j/
implementation 'de.neuland-bfi:pug4j:2.0.1'
// https://jarcasting.com/artifacts/de.neuland-bfi/pug4j/
implementation ("de.neuland-bfi:pug4j:2.0.1")
'de.neuland-bfi:pug4j:jar:2.0.1'
<dependency org="de.neuland-bfi" name="pug4j" rev="2.0.1">
  <artifact name="pug4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.neuland-bfi', module='pug4j', version='2.0.1')
)
libraryDependencies += "de.neuland-bfi" % "pug4j" % "2.0.1"
[de.neuland-bfi/pug4j "2.0.1"]