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