GroupId | GroupIdcom.robertboothby |
---|---|
ArtifactId | ArtifactIdabstract-freemarker-template-mojo |
Version | Version0.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.robertboothby/abstract-freemarker-template-mojo/ -->
<dependency>
<groupId>com.robertboothby</groupId>
<artifactId>abstract-freemarker-template-mojo</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.robertboothby/abstract-freemarker-template-mojo/
implementation 'com.robertboothby:abstract-freemarker-template-mojo:0.1.1'
// https://jarcasting.com/artifacts/com.robertboothby/abstract-freemarker-template-mojo/
implementation ("com.robertboothby:abstract-freemarker-template-mojo:0.1.1")
'com.robertboothby:abstract-freemarker-template-mojo:jar:0.1.1'
<dependency org="com.robertboothby" name="abstract-freemarker-template-mojo" rev="0.1.1">
<artifact name="abstract-freemarker-template-mojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.robertboothby', module='abstract-freemarker-template-mojo', version='0.1.1')
)
libraryDependencies += "com.robertboothby" % "abstract-freemarker-template-mojo" % "0.1.1"
[com.robertboothby/abstract-freemarker-template-mojo "0.1.1"]