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