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