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