GroupId | GroupIdcn.tenfell |
---|---|
ArtifactId | ArtifactIdcn-tenfell-tools-jsutils |
Version | Version1.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.tenfell/cn-tenfell-tools-jsutils/ -->
<dependency>
<groupId>cn.tenfell</groupId>
<artifactId>cn-tenfell-tools-jsutils</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.tenfell/cn-tenfell-tools-jsutils/
implementation 'cn.tenfell:cn-tenfell-tools-jsutils:1.0.4'
// https://jarcasting.com/artifacts/cn.tenfell/cn-tenfell-tools-jsutils/
implementation ("cn.tenfell:cn-tenfell-tools-jsutils:1.0.4")
'cn.tenfell:cn-tenfell-tools-jsutils:jar:1.0.4'
<dependency org="cn.tenfell" name="cn-tenfell-tools-jsutils" rev="1.0.4">
<artifact name="cn-tenfell-tools-jsutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.tenfell', module='cn-tenfell-tools-jsutils', version='1.0.4')
)
libraryDependencies += "cn.tenfell" % "cn-tenfell-tools-jsutils" % "1.0.4"
[cn.tenfell/cn-tenfell-tools-jsutils "1.0.4"]