Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdde.uni-mannheim.informatik.dws |
ArtifactId | ArtifactIdalcomo |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
alcomo-1.0.pom | |
alcomo-1.0.jar | 140 KB |
alcomo-1.0-sources.jar | 131 KB |
alcomo-1.0-javadoc.jar | 823 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.uni-mannheim.informatik.dws/alcomo/ -->
<dependency>
<groupId>de.uni-mannheim.informatik.dws</groupId>
<artifactId>alcomo</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.uni-mannheim.informatik.dws/alcomo/
implementation 'de.uni-mannheim.informatik.dws:alcomo:1.0'
// https://jarcasting.com/artifacts/de.uni-mannheim.informatik.dws/alcomo/
implementation ("de.uni-mannheim.informatik.dws:alcomo:1.0")
'de.uni-mannheim.informatik.dws:alcomo:jar:1.0'
<dependency org="de.uni-mannheim.informatik.dws" name="alcomo" rev="1.0">
<artifact name="alcomo" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.uni-mannheim.informatik.dws', module='alcomo', version='1.0')
)
libraryDependencies += "de.uni-mannheim.informatik.dws" % "alcomo" % "1.0"
[de.uni-mannheim.informatik.dws/alcomo "1.0"]