GroupId | GroupIdio.github.jinlongliao |
---|---|
ArtifactId | ArtifactIdhotswap |
Last Version | Last Version1.0.1.release |
Release Date | Release Date |
Type | Typepom |
Description |
Description |
Filename | Size |
---|---|
hotswap-1.0.1.release.pom | 644 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jinlongliao/hotswap/ -->
<dependency>
<groupId>io.github.jinlongliao</groupId>
<artifactId>hotswap</artifactId>
<version>1.0.1.release</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jinlongliao/hotswap/
implementation 'io.github.jinlongliao:hotswap:1.0.1.release'
// https://jarcasting.com/artifacts/io.github.jinlongliao/hotswap/
implementation ("io.github.jinlongliao:hotswap:1.0.1.release")
'io.github.jinlongliao:hotswap:pom:1.0.1.release'
<dependency org="io.github.jinlongliao" name="hotswap" rev="1.0.1.release">
<artifact name="hotswap" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.jinlongliao', module='hotswap', version='1.0.1.release')
)
libraryDependencies += "io.github.jinlongliao" % "hotswap" % "1.0.1.release"
[io.github.jinlongliao/hotswap "1.0.1.release"]