Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.gianttreelp |
ArtifactId | ArtifactIdgtlp-processing-utils |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.gianttreelp/gtlp-processing-utils/ -->
<dependency>
<groupId>com.github.gianttreelp</groupId>
<artifactId>gtlp-processing-utils</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gianttreelp/gtlp-processing-utils/
implementation 'com.github.gianttreelp:gtlp-processing-utils:1.0.3'
// https://jarcasting.com/artifacts/com.github.gianttreelp/gtlp-processing-utils/
implementation ("com.github.gianttreelp:gtlp-processing-utils:1.0.3")
'com.github.gianttreelp:gtlp-processing-utils:jar:1.0.3'
<dependency org="com.github.gianttreelp" name="gtlp-processing-utils" rev="1.0.3">
<artifact name="gtlp-processing-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gianttreelp', module='gtlp-processing-utils', version='1.0.3')
)
libraryDependencies += "com.github.gianttreelp" % "gtlp-processing-utils" % "1.0.3"
[com.github.gianttreelp/gtlp-processing-utils "1.0.3"]