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