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