GroupId | GroupIdme.xethh.libs.toolkits |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version1.1.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
common-1.1.RELEASE.pom | |
common-1.1.RELEASE.jar | 7 KB |
common-1.1.RELEASE-sources.jar | 4 KB |
common-1.1.RELEASE-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.xethh.libs.toolkits/common/ -->
<dependency>
<groupId>me.xethh.libs.toolkits</groupId>
<artifactId>common</artifactId>
<version>1.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.xethh.libs.toolkits/common/
implementation 'me.xethh.libs.toolkits:common:1.1.RELEASE'
// https://jarcasting.com/artifacts/me.xethh.libs.toolkits/common/
implementation ("me.xethh.libs.toolkits:common:1.1.RELEASE")
'me.xethh.libs.toolkits:common:jar:1.1.RELEASE'
<dependency org="me.xethh.libs.toolkits" name="common" rev="1.1.RELEASE">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.xethh.libs.toolkits', module='common', version='1.1.RELEASE')
)
libraryDependencies += "me.xethh.libs.toolkits" % "common" % "1.1.RELEASE"
[me.xethh.libs.toolkits/common "1.1.RELEASE"]