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