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