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