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