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