| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.github.sd4324530 |
| ArtifactId | ArtifactIdfastrpc-client |
| Version | Version0.1 |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| fastrpc-client-0.1.pom | |
| fastrpc-client-0.1.jar | 6 KB |
| fastrpc-client-0.1-sources.jar | 5 KB |
| fastrpc-client-0.1-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sd4324530/fastrpc-client/ -->
<dependency>
<groupId>com.github.sd4324530</groupId>
<artifactId>fastrpc-client</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sd4324530/fastrpc-client/
implementation 'com.github.sd4324530:fastrpc-client:0.1'
// https://jarcasting.com/artifacts/com.github.sd4324530/fastrpc-client/
implementation ("com.github.sd4324530:fastrpc-client:0.1")
'com.github.sd4324530:fastrpc-client:jar:0.1'
<dependency org="com.github.sd4324530" name="fastrpc-client" rev="0.1">
<artifact name="fastrpc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sd4324530', module='fastrpc-client', version='0.1')
)
libraryDependencies += "com.github.sd4324530" % "fastrpc-client" % "0.1"
[com.github.sd4324530/fastrpc-client "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.sd4324530 : fastrpc-core | jar | 0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| ch.qos.logback : logback-classic | jar | 1.1.7 |