GroupId | GroupIdcom.github.youtongluan |
---|---|
ArtifactId | ArtifactIdsumk-codetool |
Version | Version2.9.3 |
Type | Typejar |
Filename | Size |
---|---|
sumk-codetool-2.9.3.pom | |
sumk-codetool-2.9.3.jar | 36 KB |
sumk-codetool-2.9.3-sources.jar | 25 KB |
sumk-codetool-2.9.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.youtongluan/sumk-codetool/
implementation 'com.github.youtongluan:sumk-codetool:2.9.3'
// https://jarcasting.com/artifacts/com.github.youtongluan/sumk-codetool/
implementation ("com.github.youtongluan:sumk-codetool:2.9.3")
'com.github.youtongluan:sumk-codetool:jar:2.9.3'
<dependency org="com.github.youtongluan" name="sumk-codetool" rev="2.9.3">
<artifact name="sumk-codetool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.youtongluan', module='sumk-codetool', version='2.9.3')
)
libraryDependencies += "com.github.youtongluan" % "sumk-codetool" % "2.9.3"
[com.github.youtongluan/sumk-codetool "2.9.3"]