| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdvis-timeline |
| Version | Version7.3.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| vis-timeline-7.3.7.pom | |
| vis-timeline-7.3.7.jar | 7 MB |
| vis-timeline-7.3.7-sources.jar | 22 bytes |
| vis-timeline-7.3.7-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/vis-timeline/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>vis-timeline</artifactId>
<version>7.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/vis-timeline/
implementation 'org.webjars.npm:vis-timeline:7.3.7'
// https://jarcasting.com/artifacts/org.webjars.npm/vis-timeline/
implementation ("org.webjars.npm:vis-timeline:7.3.7")
'org.webjars.npm:vis-timeline:jar:7.3.7'
<dependency org="org.webjars.npm" name="vis-timeline" rev="7.3.7">
<artifact name="vis-timeline" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='vis-timeline', version='7.3.7')
)
libraryDependencies += "org.webjars.npm" % "vis-timeline" % "7.3.7"
[org.webjars.npm/vis-timeline "7.3.7"]