GroupId | GroupIdcom.itcoon |
---|---|
ArtifactId | ArtifactIdcommon-web-core |
Version | Version1.0.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.itcoon/common-web-core/ -->
<dependency>
<groupId>com.itcoon</groupId>
<artifactId>common-web-core</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.itcoon/common-web-core/
implementation 'com.itcoon:common-web-core:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.itcoon/common-web-core/
implementation ("com.itcoon:common-web-core:1.0.3.RELEASE")
'com.itcoon:common-web-core:jar:1.0.3.RELEASE'
<dependency org="com.itcoon" name="common-web-core" rev="1.0.3.RELEASE">
<artifact name="common-web-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itcoon', module='common-web-core', version='1.0.3.RELEASE')
)
libraryDependencies += "com.itcoon" % "common-web-core" % "1.0.3.RELEASE"
[com.itcoon/common-web-core "1.0.3.RELEASE"]