Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdde.uni-mannheim.informatik.dws.melt |
ArtifactId | ArtifactIdmatching-base |
Version | Version3.1 |
Type | Typejar |
Filename | Size |
---|---|
matching-base-3.1.pom | |
matching-base-3.1.jar | 115 KB |
matching-base-3.1-sources.jar | 81 KB |
matching-base-3.1-javadoc.jar | 812 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>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.uni-mannheim.informatik.dws.melt/matching-base/
implementation 'de.uni-mannheim.informatik.dws.melt:matching-base:3.1'
// https://jarcasting.com/artifacts/de.uni-mannheim.informatik.dws.melt/matching-base/
implementation ("de.uni-mannheim.informatik.dws.melt:matching-base:3.1")
'de.uni-mannheim.informatik.dws.melt:matching-base:jar:3.1'
<dependency org="de.uni-mannheim.informatik.dws.melt" name="matching-base" rev="3.1">
<artifact name="matching-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.uni-mannheim.informatik.dws.melt', module='matching-base', version='3.1')
)
libraryDependencies += "de.uni-mannheim.informatik.dws.melt" % "matching-base" % "3.1"
[de.uni-mannheim.informatik.dws.melt/matching-base "3.1"]