GroupId | GroupIdcom.github.luoshu-open |
---|---|
ArtifactId | ArtifactIdluoshu |
Version | Version0.2 |
Type | Typepom |
Filename | Size |
---|---|
luoshu-0.2.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu/ -->
<dependency>
<groupId>com.github.luoshu-open</groupId>
<artifactId>luoshu</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu/
implementation 'com.github.luoshu-open:luoshu:0.2'
// https://jarcasting.com/artifacts/com.github.luoshu-open/luoshu/
implementation ("com.github.luoshu-open:luoshu:0.2")
'com.github.luoshu-open:luoshu:pom:0.2'
<dependency org="com.github.luoshu-open" name="luoshu" rev="0.2">
<artifact name="luoshu" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.luoshu-open', module='luoshu', version='0.2')
)
libraryDependencies += "com.github.luoshu-open" % "luoshu" % "0.2"
[com.github.luoshu-open/luoshu "0.2"]