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