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