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