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