GroupId | GroupIdcom.github.heqiao2010 |
---|---|
ArtifactId | ArtifactIdlunar |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
lunar-1.0.pom | |
lunar-1.0.jar | 12 KB |
lunar-1.0-sources.jar | 9 KB |
lunar-1.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.heqiao2010/lunar/ -->
<dependency>
<groupId>com.github.heqiao2010</groupId>
<artifactId>lunar</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heqiao2010/lunar/
implementation 'com.github.heqiao2010:lunar:1.0'
// https://jarcasting.com/artifacts/com.github.heqiao2010/lunar/
implementation ("com.github.heqiao2010:lunar:1.0")
'com.github.heqiao2010:lunar:jar:1.0'
<dependency org="com.github.heqiao2010" name="lunar" rev="1.0">
<artifact name="lunar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heqiao2010', module='lunar', version='1.0')
)
libraryDependencies += "com.github.heqiao2010" % "lunar" % "1.0"
[com.github.heqiao2010/lunar "1.0"]