| GroupId | GroupIdcom.github.mrzhqiang.helper.sample |
|---|---|
| ArtifactId | ArtifactIddatetime |
| Version | Version2018.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| datetime-2018.1.1.pom | |
| datetime-2018.1.1.jar | 4 KB |
| datetime-2018.1.1-sources.jar | 3 KB |
| datetime-2018.1.1-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mrzhqiang.helper.sample/datetime/ -->
<dependency>
<groupId>com.github.mrzhqiang.helper.sample</groupId>
<artifactId>datetime</artifactId>
<version>2018.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrzhqiang.helper.sample/datetime/
implementation 'com.github.mrzhqiang.helper.sample:datetime:2018.1.1'
// https://jarcasting.com/artifacts/com.github.mrzhqiang.helper.sample/datetime/
implementation ("com.github.mrzhqiang.helper.sample:datetime:2018.1.1")
'com.github.mrzhqiang.helper.sample:datetime:jar:2018.1.1'
<dependency org="com.github.mrzhqiang.helper.sample" name="datetime" rev="2018.1.1">
<artifact name="datetime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrzhqiang.helper.sample', module='datetime', version='2018.1.1')
)
libraryDependencies += "com.github.mrzhqiang.helper.sample" % "datetime" % "2018.1.1"
[com.github.mrzhqiang.helper.sample/datetime "2018.1.1"]