is not current version
Last Version 1.1.2

com.ghostchu:simplereloadlib 1.0

简单但是实用的通用重载库。

GroupId

GroupId

com.ghostchu
ArtifactId

ArtifactId

simplereloadlib
Version

Version

1.0
Type

Type

jar

Download simplereloadlib 1.0


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