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