GroupId | GroupIdio.github.guoshiqiufeng |
---|---|
ArtifactId | ArtifactIdframework-date |
Version | Version1.3.3 |
Type | Typejar |
Filename | Size |
---|---|
framework-date-1.3.3.pom | |
framework-date-1.3.3.jar | 15 KB |
framework-date-1.3.3-sources.jar | 8 KB |
framework-date-1.3.3-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.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.guoshiqiufeng/framework-date/
implementation 'io.github.guoshiqiufeng:framework-date:1.3.3'
// https://jarcasting.com/artifacts/io.github.guoshiqiufeng/framework-date/
implementation ("io.github.guoshiqiufeng:framework-date:1.3.3")
'io.github.guoshiqiufeng:framework-date:jar:1.3.3'
<dependency org="io.github.guoshiqiufeng" name="framework-date" rev="1.3.3">
<artifact name="framework-date" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.guoshiqiufeng', module='framework-date', version='1.3.3')
)
libraryDependencies += "io.github.guoshiqiufeng" % "framework-date" % "1.3.3"
[io.github.guoshiqiufeng/framework-date "1.3.3"]