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