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