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