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