GroupId | GroupIdcom.github.yujiaao |
---|---|
ArtifactId | ArtifactIdc-tools |
Version | Version1.3.6 |
Type | Typejar |
Filename | Size |
---|---|
c-tools-1.3.6.pom | |
c-tools-1.3.6.jar | 274 KB |
c-tools-1.3.6-sources.jar | 295 KB |
c-tools-1.3.6-javadoc.jar | 615 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yujiaao/c-tools/ -->
<dependency>
<groupId>com.github.yujiaao</groupId>
<artifactId>c-tools</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yujiaao/c-tools/
implementation 'com.github.yujiaao:c-tools:1.3.6'
// https://jarcasting.com/artifacts/com.github.yujiaao/c-tools/
implementation ("com.github.yujiaao:c-tools:1.3.6")
'com.github.yujiaao:c-tools:jar:1.3.6'
<dependency org="com.github.yujiaao" name="c-tools" rev="1.3.6">
<artifact name="c-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yujiaao', module='c-tools', version='1.3.6')
)
libraryDependencies += "com.github.yujiaao" % "c-tools" % "1.3.6"
[com.github.yujiaao/c-tools "1.3.6"]