GroupId | GroupIdio.github.guoshiqiufeng |
---|---|
ArtifactId | ArtifactIdframework-date |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
framework-date-1.0.4.pom | |
framework-date-1.0.4.jar | 15 KB |
framework-date-1.0.4-sources.jar | 6 KB |
framework-date-1.0.4-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.guoshiqiufeng/framework-date/ -->
<dependency>
<groupId>io.github.guoshiqiufeng</groupId>
<artifactId>framework-date</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.guoshiqiufeng/framework-date/
implementation 'io.github.guoshiqiufeng:framework-date:1.0.4'
// https://jarcasting.com/artifacts/io.github.guoshiqiufeng/framework-date/
implementation ("io.github.guoshiqiufeng:framework-date:1.0.4")
'io.github.guoshiqiufeng:framework-date:jar:1.0.4'
<dependency org="io.github.guoshiqiufeng" name="framework-date" rev="1.0.4">
<artifact name="framework-date" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.guoshiqiufeng', module='framework-date', version='1.0.4')
)
libraryDependencies += "io.github.guoshiqiufeng" % "framework-date" % "1.0.4"
[io.github.guoshiqiufeng/framework-date "1.0.4"]