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