GroupId | GroupIdcom.github.swiftech |
---|---|
ArtifactId | ArtifactIdswiftboot-collections |
Version | Version1.3-beta3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-collections/ -->
<dependency>
<groupId>com.github.swiftech</groupId>
<artifactId>swiftboot-collections</artifactId>
<version>1.3-beta3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-collections/
implementation 'com.github.swiftech:swiftboot-collections:1.3-beta3'
// https://jarcasting.com/artifacts/com.github.swiftech/swiftboot-collections/
implementation ("com.github.swiftech:swiftboot-collections:1.3-beta3")
'com.github.swiftech:swiftboot-collections:jar:1.3-beta3'
<dependency org="com.github.swiftech" name="swiftboot-collections" rev="1.3-beta3">
<artifact name="swiftboot-collections" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swiftech', module='swiftboot-collections', version='1.3-beta3')
)
libraryDependencies += "com.github.swiftech" % "swiftboot-collections" % "1.3-beta3"
[com.github.swiftech/swiftboot-collections "1.3-beta3"]