GroupId | GroupIdde.uni-rostock.sbi |
---|---|
ArtifactId | ArtifactIdjCOMODI |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
jCOMODI-1.0.1.pom | |
jCOMODI-1.0.1.jar | 10 KB |
jCOMODI-1.0.1-sources.jar | 12 KB |
jCOMODI-1.0.1-javadoc.jar | 75 KB |
jCOMODI-1.0.1-jar-with-dependencies.jar | 12 MB |
Browse |
<!-- https://jarcasting.com/artifacts/de.uni-rostock.sbi/jCOMODI/ -->
<dependency>
<groupId>de.uni-rostock.sbi</groupId>
<artifactId>jCOMODI</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.uni-rostock.sbi/jCOMODI/
implementation 'de.uni-rostock.sbi:jCOMODI:1.0.1'
// https://jarcasting.com/artifacts/de.uni-rostock.sbi/jCOMODI/
implementation ("de.uni-rostock.sbi:jCOMODI:1.0.1")
'de.uni-rostock.sbi:jCOMODI:jar:1.0.1'
<dependency org="de.uni-rostock.sbi" name="jCOMODI" rev="1.0.1">
<artifact name="jCOMODI" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.uni-rostock.sbi', module='jCOMODI', version='1.0.1')
)
libraryDependencies += "de.uni-rostock.sbi" % "jCOMODI" % "1.0.1"
[de.uni-rostock.sbi/jCOMODI "1.0.1"]