| GroupId | GroupIdcom.github.brymck |
|---|---|
| ArtifactId | ArtifactIdbrymck-dates |
| Version | Version0.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| brymck-dates-0.0.3.pom | |
| brymck-dates-0.0.3.jar | 261 bytes |
| brymck-dates-0.0.3-tests.jar | 261 bytes |
| brymck-dates-0.0.3-sources.jar | 261 bytes |
| brymck-dates-0.0.3-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.brymck/brymck-dates/ -->
<dependency>
<groupId>com.github.brymck</groupId>
<artifactId>brymck-dates</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.brymck/brymck-dates/
implementation 'com.github.brymck:brymck-dates:0.0.3'
// https://jarcasting.com/artifacts/com.github.brymck/brymck-dates/
implementation ("com.github.brymck:brymck-dates:0.0.3")
'com.github.brymck:brymck-dates:jar:0.0.3'
<dependency org="com.github.brymck" name="brymck-dates" rev="0.0.3">
<artifact name="brymck-dates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.brymck', module='brymck-dates', version='0.0.3')
)
libraryDependencies += "com.github.brymck" % "brymck-dates" % "0.0.3"
[com.github.brymck/brymck-dates "0.0.3"]