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