GroupId | GroupIdcom.github.youtongluan |
---|---|
ArtifactId | ArtifactIdsumk-codetool |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
sumk-codetool-1.0.1.pom | |
sumk-codetool-1.0.1.jar | 34 KB |
sumk-codetool-1.0.1-sources.jar | 24 KB |
sumk-codetool-1.0.1-javadoc.jar | 137 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.youtongluan/sumk-codetool/ -->
<dependency>
<groupId>com.github.youtongluan</groupId>
<artifactId>sumk-codetool</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.youtongluan/sumk-codetool/
implementation 'com.github.youtongluan:sumk-codetool:1.0.1'
// https://jarcasting.com/artifacts/com.github.youtongluan/sumk-codetool/
implementation ("com.github.youtongluan:sumk-codetool:1.0.1")
'com.github.youtongluan:sumk-codetool:jar:1.0.1'
<dependency org="com.github.youtongluan" name="sumk-codetool" rev="1.0.1">
<artifact name="sumk-codetool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.youtongluan', module='sumk-codetool', version='1.0.1')
)
libraryDependencies += "com.github.youtongluan" % "sumk-codetool" % "1.0.1"
[com.github.youtongluan/sumk-codetool "1.0.1"]