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