GroupId | GroupIdcom.github.swiftech |
---|---|
ArtifactId | ArtifactIdswifttime |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
swifttime-0.2.pom | |
swifttime-0.2.jar | 11 KB |
swifttime-0.2-sources.jar | 9 KB |
swifttime-0.2-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.swiftech/swifttime/ -->
<dependency>
<groupId>com.github.swiftech</groupId>
<artifactId>swifttime</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swiftech/swifttime/
implementation 'com.github.swiftech:swifttime:0.2'
// https://jarcasting.com/artifacts/com.github.swiftech/swifttime/
implementation ("com.github.swiftech:swifttime:0.2")
'com.github.swiftech:swifttime:jar:0.2'
<dependency org="com.github.swiftech" name="swifttime" rev="0.2">
<artifact name="swifttime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swiftech', module='swifttime', version='0.2')
)
libraryDependencies += "com.github.swiftech" % "swifttime" % "0.2"
[com.github.swiftech/swifttime "0.2"]