GroupId | GroupIdcom.bitplan |
---|---|
ArtifactId | ArtifactIdcom.bitplan.rest.freemarker |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bitplan/com.bitplan.rest.freemarker/ -->
<dependency>
<groupId>com.bitplan</groupId>
<artifactId>com.bitplan.rest.freemarker</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bitplan/com.bitplan.rest.freemarker/
implementation 'com.bitplan:com.bitplan.rest.freemarker:0.0.1'
// https://jarcasting.com/artifacts/com.bitplan/com.bitplan.rest.freemarker/
implementation ("com.bitplan:com.bitplan.rest.freemarker:0.0.1")
'com.bitplan:com.bitplan.rest.freemarker:jar:0.0.1'
<dependency org="com.bitplan" name="com.bitplan.rest.freemarker" rev="0.0.1">
<artifact name="com.bitplan.rest.freemarker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bitplan', module='com.bitplan.rest.freemarker', version='0.0.1')
)
libraryDependencies += "com.bitplan" % "com.bitplan.rest.freemarker" % "0.0.1"
[com.bitplan/com.bitplan.rest.freemarker "0.0.1"]