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