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