GroupId | GroupIdcom.aspectran |
---|---|
ArtifactId | ArtifactIdaspectran-with-pebble |
Version | Version6.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.aspectran/aspectran-with-pebble/ -->
<dependency>
<groupId>com.aspectran</groupId>
<artifactId>aspectran-with-pebble</artifactId>
<version>6.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aspectran/aspectran-with-pebble/
implementation 'com.aspectran:aspectran-with-pebble:6.0.0'
// https://jarcasting.com/artifacts/com.aspectran/aspectran-with-pebble/
implementation ("com.aspectran:aspectran-with-pebble:6.0.0")
'com.aspectran:aspectran-with-pebble:jar:6.0.0'
<dependency org="com.aspectran" name="aspectran-with-pebble" rev="6.0.0">
<artifact name="aspectran-with-pebble" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aspectran', module='aspectran-with-pebble', version='6.0.0')
)
libraryDependencies += "com.aspectran" % "aspectran-with-pebble" % "6.0.0"
[com.aspectran/aspectran-with-pebble "6.0.0"]