GroupId | GroupIdcom.robertboothby |
---|---|
ArtifactId | ArtifactIdabstract-freemarker-template-mojo |
Version | Version0.1.0 |
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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.robertboothby/abstract-freemarker-template-mojo/
implementation 'com.robertboothby:abstract-freemarker-template-mojo:0.1.0'
// https://jarcasting.com/artifacts/com.robertboothby/abstract-freemarker-template-mojo/
implementation ("com.robertboothby:abstract-freemarker-template-mojo:0.1.0")
'com.robertboothby:abstract-freemarker-template-mojo:jar:0.1.0'
<dependency org="com.robertboothby" name="abstract-freemarker-template-mojo" rev="0.1.0">
<artifact name="abstract-freemarker-template-mojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.robertboothby', module='abstract-freemarker-template-mojo', version='0.1.0')
)
libraryDependencies += "com.robertboothby" % "abstract-freemarker-template-mojo" % "0.1.0"
[com.robertboothby/abstract-freemarker-template-mojo "0.1.0"]