GroupId | GroupIdcom.github.zhangquanli |
---|---|
ArtifactId | ArtifactIdcommons-ruler |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
commons-ruler-0.0.1.pom | |
commons-ruler-0.0.1.jar | 7 KB |
commons-ruler-0.0.1-sources.jar | 5 KB |
commons-ruler-0.0.1-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhangquanli/commons-ruler/ -->
<dependency>
<groupId>com.github.zhangquanli</groupId>
<artifactId>commons-ruler</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhangquanli/commons-ruler/
implementation 'com.github.zhangquanli:commons-ruler:0.0.1'
// https://jarcasting.com/artifacts/com.github.zhangquanli/commons-ruler/
implementation ("com.github.zhangquanli:commons-ruler:0.0.1")
'com.github.zhangquanli:commons-ruler:jar:0.0.1'
<dependency org="com.github.zhangquanli" name="commons-ruler" rev="0.0.1">
<artifact name="commons-ruler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhangquanli', module='commons-ruler', version='0.0.1')
)
libraryDependencies += "com.github.zhangquanli" % "commons-ruler" % "0.0.1"
[com.github.zhangquanli/commons-ruler "0.0.1"]