GroupId | GroupIdorg.spincast |
---|---|
ArtifactId | ArtifactIdspincast-plugins-pebble |
Version | Version0.9.38 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.spincast/spincast-plugins-pebble/ -->
<dependency>
<groupId>org.spincast</groupId>
<artifactId>spincast-plugins-pebble</artifactId>
<version>0.9.38</version>
</dependency>
// https://jarcasting.com/artifacts/org.spincast/spincast-plugins-pebble/
implementation 'org.spincast:spincast-plugins-pebble:0.9.38'
// https://jarcasting.com/artifacts/org.spincast/spincast-plugins-pebble/
implementation ("org.spincast:spincast-plugins-pebble:0.9.38")
'org.spincast:spincast-plugins-pebble:jar:0.9.38'
<dependency org="org.spincast" name="spincast-plugins-pebble" rev="0.9.38">
<artifact name="spincast-plugins-pebble" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spincast', module='spincast-plugins-pebble', version='0.9.38')
)
libraryDependencies += "org.spincast" % "spincast-plugins-pebble" % "0.9.38"
[org.spincast/spincast-plugins-pebble "0.9.38"]