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