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