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