GroupId | GroupIdcom.feingto |
---|---|
ArtifactId | ArtifactIdfeingto-rpc |
Version | Version2.1.9.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
feingto-rpc-2.1.9.RELEASE.pom | |
feingto-rpc-2.1.9.RELEASE.jar | 123 KB |
feingto-rpc-2.1.9.RELEASE-sources.jar | 68 KB |
feingto-rpc-2.1.9.RELEASE-javadoc.jar | 610 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.feingto/feingto-rpc/ -->
<dependency>
<groupId>com.feingto</groupId>
<artifactId>feingto-rpc</artifactId>
<version>2.1.9.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.feingto/feingto-rpc/
implementation 'com.feingto:feingto-rpc:2.1.9.RELEASE'
// https://jarcasting.com/artifacts/com.feingto/feingto-rpc/
implementation ("com.feingto:feingto-rpc:2.1.9.RELEASE")
'com.feingto:feingto-rpc:jar:2.1.9.RELEASE'
<dependency org="com.feingto" name="feingto-rpc" rev="2.1.9.RELEASE">
<artifact name="feingto-rpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.feingto', module='feingto-rpc', version='2.1.9.RELEASE')
)
libraryDependencies += "com.feingto" % "feingto-rpc" % "2.1.9.RELEASE"
[com.feingto/feingto-rpc "2.1.9.RELEASE"]