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