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