GroupId | GroupIdcom.blazebit |
---|---|
ArtifactId | ArtifactIdblaze-template-utils |
Version | Version0.1.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.blazebit/blaze-template-utils/ -->
<dependency>
<groupId>com.blazebit</groupId>
<artifactId>blaze-template-utils</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.blazebit/blaze-template-utils/
implementation 'com.blazebit:blaze-template-utils:0.1.8'
// https://jarcasting.com/artifacts/com.blazebit/blaze-template-utils/
implementation ("com.blazebit:blaze-template-utils:0.1.8")
'com.blazebit:blaze-template-utils:jar:0.1.8'
<dependency org="com.blazebit" name="blaze-template-utils" rev="0.1.8">
<artifact name="blaze-template-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.blazebit', module='blaze-template-utils', version='0.1.8')
)
libraryDependencies += "com.blazebit" % "blaze-template-utils" % "0.1.8"
[com.blazebit/blaze-template-utils "0.1.8"]