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