GroupId | GroupIdcom.github.fartherp |
---|---|
ArtifactId | ArtifactIdframework-remoting |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
framework-remoting-1.0.pom | |
framework-remoting-1.0.jar | 90 KB |
framework-remoting-1.0-sources.jar | 40 KB |
framework-remoting-1.0-javadoc.jar | 267 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fartherp/framework-remoting/ -->
<dependency>
<groupId>com.github.fartherp</groupId>
<artifactId>framework-remoting</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/framework-remoting/
implementation 'com.github.fartherp:framework-remoting:1.0'
// https://jarcasting.com/artifacts/com.github.fartherp/framework-remoting/
implementation ("com.github.fartherp:framework-remoting:1.0")
'com.github.fartherp:framework-remoting:jar:1.0'
<dependency org="com.github.fartherp" name="framework-remoting" rev="1.0">
<artifact name="framework-remoting" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='framework-remoting', version='1.0')
)
libraryDependencies += "com.github.fartherp" % "framework-remoting" % "1.0"
[com.github.fartherp/framework-remoting "1.0"]