| License |
License |
|---|---|
| GroupId | GroupIdde.dandit |
| ArtifactId | ArtifactIdcartogram |
| Version | Version0.2.0 |
| Type | Typepom |
| Description |
DescriptionCartogram Parent
The jacart project for creating cartograms
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cartogram-0.2.0.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.dandit/cartogram/ -->
<dependency>
<groupId>de.dandit</groupId>
<artifactId>cartogram</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.dandit/cartogram/
implementation 'de.dandit:cartogram:0.2.0'
// https://jarcasting.com/artifacts/de.dandit/cartogram/
implementation ("de.dandit:cartogram:0.2.0")
'de.dandit:cartogram:pom:0.2.0'
<dependency org="de.dandit" name="cartogram" rev="0.2.0">
<artifact name="cartogram" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.dandit', module='cartogram', version='0.2.0')
)
libraryDependencies += "de.dandit" % "cartogram" % "0.2.0"
[de.dandit/cartogram "0.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.6.0 |