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