GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdtime-stamp |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
time-stamp-1.1.0.pom | |
time-stamp-1.1.0.jar | 6 KB |
time-stamp-1.1.0-sources.jar | 22 bytes |
time-stamp-1.1.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/time-stamp/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>time-stamp</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/time-stamp/
implementation 'org.webjars.npm:time-stamp:1.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/time-stamp/
implementation ("org.webjars.npm:time-stamp:1.1.0")
'org.webjars.npm:time-stamp:jar:1.1.0'
<dependency org="org.webjars.npm" name="time-stamp" rev="1.1.0">
<artifact name="time-stamp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='time-stamp', version='1.1.0')
)
libraryDependencies += "org.webjars.npm" % "time-stamp" % "1.1.0"
[org.webjars.npm/time-stamp "1.1.0"]