Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.ahome-it |
ArtifactId | ArtifactIdahome-tooling-nativetools |
Version | Version2.0.5-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>2.0.5-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ahome-it/ahome-tooling-nativetools/
implementation 'com.ahome-it:ahome-tooling-nativetools:2.0.5-RELEASE'
// https://jarcasting.com/artifacts/com.ahome-it/ahome-tooling-nativetools/
implementation ("com.ahome-it:ahome-tooling-nativetools:2.0.5-RELEASE")
'com.ahome-it:ahome-tooling-nativetools:jar:2.0.5-RELEASE'
<dependency org="com.ahome-it" name="ahome-tooling-nativetools" rev="2.0.5-RELEASE">
<artifact name="ahome-tooling-nativetools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ahome-it', module='ahome-tooling-nativetools', version='2.0.5-RELEASE')
)
libraryDependencies += "com.ahome-it" % "ahome-tooling-nativetools" % "2.0.5-RELEASE"
[com.ahome-it/ahome-tooling-nativetools "2.0.5-RELEASE"]