Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdde.fhg.fokus.nubomedia |
ArtifactId | ArtifactIdnubomedia-media-client |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.fhg.fokus.nubomedia/nubomedia-media-client/ -->
<dependency>
<groupId>de.fhg.fokus.nubomedia</groupId>
<artifactId>nubomedia-media-client</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/de.fhg.fokus.nubomedia/nubomedia-media-client/
implementation 'de.fhg.fokus.nubomedia:nubomedia-media-client:1.0.2'
// https://jarcasting.com/artifacts/de.fhg.fokus.nubomedia/nubomedia-media-client/
implementation ("de.fhg.fokus.nubomedia:nubomedia-media-client:1.0.2")
'de.fhg.fokus.nubomedia:nubomedia-media-client:jar:1.0.2'
<dependency org="de.fhg.fokus.nubomedia" name="nubomedia-media-client" rev="1.0.2">
<artifact name="nubomedia-media-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.fhg.fokus.nubomedia', module='nubomedia-media-client', version='1.0.2')
)
libraryDependencies += "de.fhg.fokus.nubomedia" % "nubomedia-media-client" % "1.0.2"
[de.fhg.fokus.nubomedia/nubomedia-media-client "1.0.2"]