GroupId | GroupIdcom.github.czy1024 |
---|---|
ArtifactId | ArtifactIdluna-common |
Version | Version1.1.5 |
Type | Typejar |
Filename | Size |
---|---|
luna-common-1.1.5.pom | |
luna-common-1.1.5.jar | 132 KB |
luna-common-1.1.5-sources.jar | 79 KB |
luna-common-1.1.5-javadoc.jar | 341 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.czy1024/luna-common/ -->
<dependency>
<groupId>com.github.czy1024</groupId>
<artifactId>luna-common</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.czy1024/luna-common/
implementation 'com.github.czy1024:luna-common:1.1.5'
// https://jarcasting.com/artifacts/com.github.czy1024/luna-common/
implementation ("com.github.czy1024:luna-common:1.1.5")
'com.github.czy1024:luna-common:jar:1.1.5'
<dependency org="com.github.czy1024" name="luna-common" rev="1.1.5">
<artifact name="luna-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.czy1024', module='luna-common', version='1.1.5')
)
libraryDependencies += "com.github.czy1024" % "luna-common" % "1.1.5"
[com.github.czy1024/luna-common "1.1.5"]