| License |
License |
|---|---|
| GroupId | GroupIdcom.github.swiftech |
| ArtifactId | ArtifactIdswifttime |
| Last Version | Last Version0.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Filename | Size |
|---|---|
| swifttime-0.2.1.pom | |
| swifttime-0.2.1.jar | 7 KB |
| swifttime-0.2.1-sources.jar | 6 KB |
| swifttime-0.2.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.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swiftech/swifttime/
implementation 'com.github.swiftech:swifttime:0.2.1'
// https://jarcasting.com/artifacts/com.github.swiftech/swifttime/
implementation ("com.github.swiftech:swifttime:0.2.1")
'com.github.swiftech:swifttime:jar:0.2.1'
<dependency org="com.github.swiftech" name="swifttime" rev="0.2.1">
<artifact name="swifttime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swiftech', module='swifttime', version='0.2.1')
)
libraryDependencies += "com.github.swiftech" % "swifttime" % "0.2.1"
[com.github.swiftech/swifttime "0.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |