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