License |
License |
---|---|
GroupId | GroupIdcom.github.swiftech |
ArtifactId | ArtifactIdswiftboot-web |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBasic module for enterprise web applications
|
Filename | Size |
---|---|
swiftboot-web-2.2.1.pom | |
swiftboot-web-2.2.1.jar | 93 KB |
swiftboot-web-2.2.1-sources.jar | 66 KB |
swiftboot-web-2.2.1-javadoc.jar | 867 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-web/ -->
<dependency>
<groupId>com.github.swiftech</groupId>
<artifactId>swiftboot-web</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-web/
implementation 'com.github.swiftech:swiftboot-web:2.2.1'
// https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-web/
implementation ("com.github.swiftech:swiftboot-web:2.2.1")
'com.github.swiftech:swiftboot-web:jar:2.2.1'
<dependency org="com.github.swiftech" name="swiftboot-web" rev="2.2.1">
<artifact name="swiftboot-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swiftech', module='swiftboot-web', version='2.2.1')
)
libraryDependencies += "com.github.swiftech" % "swiftboot-web" % "2.2.1"
[com.github.swiftech/swiftboot-web "2.2.1"]