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