| Categories | CategoriesORM Data | 
|---|---|
| GroupId | GroupIdde.hu-berlin.wbi.cuneiform | 
| ArtifactId | ArtifactIdcuneiform-addons | 
| Version | Version2.0.2-RELEASE | 
| Type | Typepom | 
| Filename | Size | 
|---|---|
| cuneiform-addons-2.0.2-RELEASE.pom | 690 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.hu-berlin.wbi.cuneiform/cuneiform-addons/ -->
<dependency>
    <groupId>de.hu-berlin.wbi.cuneiform</groupId>
    <artifactId>cuneiform-addons</artifactId>
    <version>2.0.2-RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/de.hu-berlin.wbi.cuneiform/cuneiform-addons/
implementation 'de.hu-berlin.wbi.cuneiform:cuneiform-addons:2.0.2-RELEASE'// https://jarcasting.com/artifacts/de.hu-berlin.wbi.cuneiform/cuneiform-addons/
implementation ("de.hu-berlin.wbi.cuneiform:cuneiform-addons:2.0.2-RELEASE")'de.hu-berlin.wbi.cuneiform:cuneiform-addons:pom:2.0.2-RELEASE'<dependency org="de.hu-berlin.wbi.cuneiform" name="cuneiform-addons" rev="2.0.2-RELEASE">
  <artifact name="cuneiform-addons" type="pom" />
</dependency>@Grapes(
@Grab(group='de.hu-berlin.wbi.cuneiform', module='cuneiform-addons', version='2.0.2-RELEASE')
)libraryDependencies += "de.hu-berlin.wbi.cuneiform" % "cuneiform-addons" % "2.0.2-RELEASE"[de.hu-berlin.wbi.cuneiform/cuneiform-addons "2.0.2-RELEASE"]