| GroupId | GroupIdorg.tinygroup |
|---|---|
| ArtifactId | ArtifactIdorg.tinygroup.datePicker |
| Version | Version2.0.10 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.datePicker/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.datePicker</artifactId>
<version>2.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.datePicker/
implementation 'org.tinygroup:org.tinygroup.datePicker:2.0.10'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.datePicker/
implementation ("org.tinygroup:org.tinygroup.datePicker:2.0.10")
'org.tinygroup:org.tinygroup.datePicker:jar:2.0.10'
<dependency org="org.tinygroup" name="org.tinygroup.datePicker" rev="2.0.10">
<artifact name="org.tinygroup.datePicker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.datePicker', version='2.0.10')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.datePicker" % "2.0.10"
[org.tinygroup/org.tinygroup.datePicker "2.0.10"]