Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdcom.lancethomps |
ArtifactId | ArtifactIdlancethomps-build-tools |
Version | Version1.9.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.lancethomps/lancethomps-build-tools/ -->
<dependency>
<groupId>com.lancethomps</groupId>
<artifactId>lancethomps-build-tools</artifactId>
<version>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.lancethomps/lancethomps-build-tools/
implementation 'com.lancethomps:lancethomps-build-tools:1.9.2'
// https://jarcasting.com/artifacts/com.lancethomps/lancethomps-build-tools/
implementation ("com.lancethomps:lancethomps-build-tools:1.9.2")
'com.lancethomps:lancethomps-build-tools:jar:1.9.2'
<dependency org="com.lancethomps" name="lancethomps-build-tools" rev="1.9.2">
<artifact name="lancethomps-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lancethomps', module='lancethomps-build-tools', version='1.9.2')
)
libraryDependencies += "com.lancethomps" % "lancethomps-build-tools" % "1.9.2"
[com.lancethomps/lancethomps-build-tools "1.9.2"]