| GroupId | GroupIdio.github.jinlongliao |
|---|---|
| ArtifactId | ArtifactIdloadagent |
| Last Version | Last Version1.0.1.release |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| loadagent-1.0.1.release.pom | |
| loadagent-1.0.1.release.jar | 5 KB |
| loadagent-1.0.1.release-sources.jar | 2 KB |
| loadagent-1.0.1.release-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.jinlongliao/loadagent/ -->
<dependency>
<groupId>io.github.jinlongliao</groupId>
<artifactId>loadagent</artifactId>
<version>1.0.1.release</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jinlongliao/loadagent/
implementation 'io.github.jinlongliao:loadagent:1.0.1.release'
// https://jarcasting.com/artifacts/io.github.jinlongliao/loadagent/
implementation ("io.github.jinlongliao:loadagent:1.0.1.release")
'io.github.jinlongliao:loadagent:jar:1.0.1.release'
<dependency org="io.github.jinlongliao" name="loadagent" rev="1.0.1.release">
<artifact name="loadagent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jinlongliao', module='loadagent', version='1.0.1.release')
)
libraryDependencies += "io.github.jinlongliao" % "loadagent" % "1.0.1.release"
[io.github.jinlongliao/loadagent "1.0.1.release"]