Categories |
CategoriesXChart Business Logic Libraries Science |
---|---|
GroupId | GroupIdorg.knowm.xchart |
ArtifactId | ArtifactIdxchart-parent |
Version | Version3.6.6 |
Type | Typepom |
Filename | Size |
---|---|
xchart-parent-3.6.6.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.knowm.xchart/xchart-parent/ -->
<dependency>
<groupId>org.knowm.xchart</groupId>
<artifactId>xchart-parent</artifactId>
<version>3.6.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.knowm.xchart/xchart-parent/
implementation 'org.knowm.xchart:xchart-parent:3.6.6'
// https://jarcasting.com/artifacts/org.knowm.xchart/xchart-parent/
implementation ("org.knowm.xchart:xchart-parent:3.6.6")
'org.knowm.xchart:xchart-parent:pom:3.6.6'
<dependency org="org.knowm.xchart" name="xchart-parent" rev="3.6.6">
<artifact name="xchart-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.knowm.xchart', module='xchart-parent', version='3.6.6')
)
libraryDependencies += "org.knowm.xchart" % "xchart-parent" % "3.6.6"
[org.knowm.xchart/xchart-parent "3.6.6"]