GroupId | GroupIdcom.github.luoshu-open |
---|---|
ArtifactId | ArtifactIdluoshu-id |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
luoshu-id-0.1.pom | |
luoshu-id-0.1.jar | 16 KB |
luoshu-id-0.1-sources.jar | 12 KB |
luoshu-id-0.1-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu-id/ -->
<dependency>
<groupId>com.github.luoshu-open</groupId>
<artifactId>luoshu-id</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu-id/
implementation 'com.github.luoshu-open:luoshu-id:0.1'
// https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu-id/
implementation ("com.github.luoshu-open:luoshu-id:0.1")
'com.github.luoshu-open:luoshu-id:jar:0.1'
<dependency org="com.github.luoshu-open" name="luoshu-id" rev="0.1">
<artifact name="luoshu-id" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luoshu-open', module='luoshu-id', version='0.1')
)
libraryDependencies += "com.github.luoshu-open" % "luoshu-id" % "0.1"
[com.github.luoshu-open/luoshu-id "0.1"]