GroupId | GroupIdorg.opensourcebim |
---|---|
ArtifactId | ArtifactIdcharting |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
charting-0.0.1.pom | |
charting-0.0.1.jar | 878 KB |
charting-0.0.1-sources.jar | 213 KB |
charting-0.0.1-javadoc.jar | 707 KB |
charting-0.0.1-icon.png | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensourcebim/charting/ -->
<dependency>
<groupId>org.opensourcebim</groupId>
<artifactId>charting</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensourcebim/charting/
implementation 'org.opensourcebim:charting:0.0.1'
// https://jarcasting.com/artifacts/org.opensourcebim/charting/
implementation ("org.opensourcebim:charting:0.0.1")
'org.opensourcebim:charting:jar:0.0.1'
<dependency org="org.opensourcebim" name="charting" rev="0.0.1">
<artifact name="charting" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensourcebim', module='charting', version='0.0.1')
)
libraryDependencies += "org.opensourcebim" % "charting" % "0.0.1"
[org.opensourcebim/charting "0.0.1"]