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