GroupId | GroupIdcom.github.swiftech |
---|---|
ArtifactId | ArtifactIdswiftboot-rpc |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
swiftboot-rpc-2.0.0.pom | |
swiftboot-rpc-2.0.0.jar | 3 KB |
swiftboot-rpc-2.0.0-sources.jar | 3 KB |
swiftboot-rpc-2.0.0-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-rpc/ -->
<dependency>
<groupId>com.github.swiftech</groupId>
<artifactId>swiftboot-rpc</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-rpc/
implementation 'com.github.swiftech:swiftboot-rpc:2.0.0'
// https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-rpc/
implementation ("com.github.swiftech:swiftboot-rpc:2.0.0")
'com.github.swiftech:swiftboot-rpc:jar:2.0.0'
<dependency org="com.github.swiftech" name="swiftboot-rpc" rev="2.0.0">
<artifact name="swiftboot-rpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swiftech', module='swiftboot-rpc', version='2.0.0')
)
libraryDependencies += "com.github.swiftech" % "swiftboot-rpc" % "2.0.0"
[com.github.swiftech/swiftboot-rpc "2.0.0"]