is not current version
Last Version 1.0.3

com.github.heavensay:treasure-independent 1.0.2

打包子模块,所有子模块都是独立的,不依赖第三方jar包

GroupId

GroupId

com.github.heavensay
ArtifactId

ArtifactId

treasure-independent
Version

Version

1.0.2
Type

Type

jar

Download treasure-independent 1.0.2


<!-- https://jarcasting.com/artifacts/com.github.heavensay/treasure-independent/ -->
<dependency>
    <groupId>com.github.heavensay</groupId>
    <artifactId>treasure-independent</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.heavensay/treasure-independent/
implementation 'com.github.heavensay:treasure-independent:1.0.2'
// https://jarcasting.com/artifacts/com.github.heavensay/treasure-independent/
implementation ("com.github.heavensay:treasure-independent:1.0.2")
'com.github.heavensay:treasure-independent:jar:1.0.2'
<dependency org="com.github.heavensay" name="treasure-independent" rev="1.0.2">
  <artifact name="treasure-independent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.heavensay', module='treasure-independent', version='1.0.2')
)
libraryDependencies += "com.github.heavensay" % "treasure-independent" % "1.0.2"
[com.github.heavensay/treasure-independent "1.0.2"]