GroupId | GroupIdcom.tailoredshapes.underbar |
---|---|
ArtifactId | ArtifactIddates |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
dates-0.1.1.pom | |
dates-0.1.1.jar | 2 KB |
dates-0.1.1-sources.jar | 2 KB |
dates-0.1.1-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tailoredshapes.underbar/dates/ -->
<dependency>
<groupId>com.tailoredshapes.underbar</groupId>
<artifactId>dates</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tailoredshapes.underbar/dates/
implementation 'com.tailoredshapes.underbar:dates:0.1.1'
// https://jarcasting.com/artifacts/com.tailoredshapes.underbar/dates/
implementation ("com.tailoredshapes.underbar:dates:0.1.1")
'com.tailoredshapes.underbar:dates:jar:0.1.1'
<dependency org="com.tailoredshapes.underbar" name="dates" rev="0.1.1">
<artifact name="dates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tailoredshapes.underbar', module='dates', version='0.1.1')
)
libraryDependencies += "com.tailoredshapes.underbar" % "dates" % "0.1.1"
[com.tailoredshapes.underbar/dates "0.1.1"]