GroupId | GroupIdcom.github.swiftech |
---|---|
ArtifactId | ArtifactIdswiftboot-rpc |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
swiftboot-rpc-1.2.pom | |
swiftboot-rpc-1.2.jar | 3 KB |
swiftboot-rpc-1.2-sources.jar | 3 KB |
swiftboot-rpc-1.2-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>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-rpc/
implementation 'com.github.swiftech:swiftboot-rpc:1.2'
// https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-rpc/
implementation ("com.github.swiftech:swiftboot-rpc:1.2")
'com.github.swiftech:swiftboot-rpc:jar:1.2'
<dependency org="com.github.swiftech" name="swiftboot-rpc" rev="1.2">
<artifact name="swiftboot-rpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swiftech', module='swiftboot-rpc', version='1.2')
)
libraryDependencies += "com.github.swiftech" % "swiftboot-rpc" % "1.2"
[com.github.swiftech/swiftboot-rpc "1.2"]