GroupId | GroupIdme.hao0 |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
common-1.0.2.pom | |
common-1.0.2.jar | 24 KB |
common-1.0.2-sources.jar | 14 KB |
common-1.0.2-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.hao0/common/ -->
<dependency>
<groupId>me.hao0</groupId>
<artifactId>common</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.hao0/common/
implementation 'me.hao0:common:1.0.2'
// https://jarcasting.com/artifacts/me.hao0/common/
implementation ("me.hao0:common:1.0.2")
'me.hao0:common:jar:1.0.2'
<dependency org="me.hao0" name="common" rev="1.0.2">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.hao0', module='common', version='1.0.2')
)
libraryDependencies += "me.hao0" % "common" % "1.0.2"
[me.hao0/common "1.0.2"]