Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdde.uni-mannheim.informatik.dws.melt |
ArtifactId | ArtifactIdmatching-base |
Version | Version2.5 |
Type | Typejar |
Filename | Size |
---|---|
matching-base-2.5.pom | |
matching-base-2.5.jar | 10 KB |
matching-base-2.5-sources.jar | 8 KB |
matching-base-2.5-javadoc.jar | 434 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.uni-mannheim.informatik.dws.melt/matching-base/ -->
<dependency>
<groupId>de.uni-mannheim.informatik.dws.melt</groupId>
<artifactId>matching-base</artifactId>
<version>2.5</version>
</dependency>
// https://jarcasting.com/artifacts/de.uni-mannheim.informatik.dws.melt/matching-base/
implementation 'de.uni-mannheim.informatik.dws.melt:matching-base:2.5'
// https://jarcasting.com/artifacts/de.uni-mannheim.informatik.dws.melt/matching-base/
implementation ("de.uni-mannheim.informatik.dws.melt:matching-base:2.5")
'de.uni-mannheim.informatik.dws.melt:matching-base:jar:2.5'
<dependency org="de.uni-mannheim.informatik.dws.melt" name="matching-base" rev="2.5">
<artifact name="matching-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.uni-mannheim.informatik.dws.melt', module='matching-base', version='2.5')
)
libraryDependencies += "de.uni-mannheim.informatik.dws.melt" % "matching-base" % "2.5"
[de.uni-mannheim.informatik.dws.melt/matching-base "2.5"]