GroupId | GroupIdcom.gitee.karys |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version1.0.3.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
common-1.0.3.RELEASE.pom | |
common-1.0.3.RELEASE.jar | 111 KB |
common-1.0.3.RELEASE-sources.jar | 68 KB |
common-1.0.3.RELEASE-javadoc.jar | 429 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.karys/common/ -->
<dependency>
<groupId>com.gitee.karys</groupId>
<artifactId>common</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.karys/common/
implementation 'com.gitee.karys:common:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.gitee.karys/common/
implementation ("com.gitee.karys:common:1.0.3.RELEASE")
'com.gitee.karys:common:jar:1.0.3.RELEASE'
<dependency org="com.gitee.karys" name="common" rev="1.0.3.RELEASE">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.karys', module='common', version='1.0.3.RELEASE')
)
libraryDependencies += "com.gitee.karys" % "common" % "1.0.3.RELEASE"
[com.gitee.karys/common "1.0.3.RELEASE"]