GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdDatum |
Version | Version0.10.0 |
Type | Typejar |
Filename | Size |
---|---|
Datum-0.10.0.pom | |
Datum-0.10.0.jar | 15 KB |
Datum-0.10.0-javadoc.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/Datum/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>Datum</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/Datum/
implementation 'org.webjars:Datum:0.10.0'
// https://jarcasting.com/artifacts/org.webjars/Datum/
implementation ("org.webjars:Datum:0.10.0")
'org.webjars:Datum:jar:0.10.0'
<dependency org="org.webjars" name="Datum" rev="0.10.0">
<artifact name="Datum" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='Datum', version='0.10.0')
)
libraryDependencies += "org.webjars" % "Datum" % "0.10.0"
[org.webjars/Datum "0.10.0"]