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