Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.ahome-it |
ArtifactId | ArtifactIdahome-tooling-nativetools |
Version | Version1.0.175-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ahome-it/ahome-tooling-nativetools/ -->
<dependency>
<groupId>com.ahome-it</groupId>
<artifactId>ahome-tooling-nativetools</artifactId>
<version>1.0.175-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ahome-it/ahome-tooling-nativetools/
implementation 'com.ahome-it:ahome-tooling-nativetools:1.0.175-RELEASE'
// https://jarcasting.com/artifacts/com.ahome-it/ahome-tooling-nativetools/
implementation ("com.ahome-it:ahome-tooling-nativetools:1.0.175-RELEASE")
'com.ahome-it:ahome-tooling-nativetools:jar:1.0.175-RELEASE'
<dependency org="com.ahome-it" name="ahome-tooling-nativetools" rev="1.0.175-RELEASE">
<artifact name="ahome-tooling-nativetools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ahome-it', module='ahome-tooling-nativetools', version='1.0.175-RELEASE')
)
libraryDependencies += "com.ahome-it" % "ahome-tooling-nativetools" % "1.0.175-RELEASE"
[com.ahome-it/ahome-tooling-nativetools "1.0.175-RELEASE"]