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