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