Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdjp.spring-boot-reference |
ArtifactId | ArtifactIdsmart-date-string |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
smart-date-string-1.0.pom | |
smart-date-string-1.0.jar | 6 KB |
smart-date-string-1.0-sources.jar | 2 KB |
smart-date-string-1.0-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/jp.spring-boot-reference/smart-date-string/ -->
<dependency>
<groupId>jp.spring-boot-reference</groupId>
<artifactId>smart-date-string</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/jp.spring-boot-reference/smart-date-string/
implementation 'jp.spring-boot-reference:smart-date-string:1.0'
// https://jarcasting.com/artifacts/jp.spring-boot-reference/smart-date-string/
implementation ("jp.spring-boot-reference:smart-date-string:1.0")
'jp.spring-boot-reference:smart-date-string:jar:1.0'
<dependency org="jp.spring-boot-reference" name="smart-date-string" rev="1.0">
<artifact name="smart-date-string" type="jar" />
</dependency>
@Grapes(
@Grab(group='jp.spring-boot-reference', module='smart-date-string', version='1.0')
)
libraryDependencies += "jp.spring-boot-reference" % "smart-date-string" % "1.0"
[jp.spring-boot-reference/smart-date-string "1.0"]