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