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