| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdio.github.wanggit |
| ArtifactId | ArtifactIdantrpc-core |
| Version | Version2.0.1.RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| antrpc-core-2.0.1.RELEASE.pom | |
| antrpc-core-2.0.1.RELEASE.jar | 183 KB |
| antrpc-core-2.0.1.RELEASE-sources.jar | 102 KB |
| antrpc-core-2.0.1.RELEASE-javadoc.jar | 921 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.wanggit/antrpc-core/ -->
<dependency>
<groupId>io.github.wanggit</groupId>
<artifactId>antrpc-core</artifactId>
<version>2.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.wanggit/antrpc-core/
implementation 'io.github.wanggit:antrpc-core:2.0.1.RELEASE'
// https://jarcasting.com/artifacts/io.github.wanggit/antrpc-core/
implementation ("io.github.wanggit:antrpc-core:2.0.1.RELEASE")
'io.github.wanggit:antrpc-core:jar:2.0.1.RELEASE'
<dependency org="io.github.wanggit" name="antrpc-core" rev="2.0.1.RELEASE">
<artifact name="antrpc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.wanggit', module='antrpc-core', version='2.0.1.RELEASE')
)
libraryDependencies += "io.github.wanggit" % "antrpc-core" % "2.0.1.RELEASE"
[io.github.wanggit/antrpc-core "2.0.1.RELEASE"]