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