Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdde.fhg.fokus.nubomedia |
ArtifactId | ArtifactIdnubomedia-media-client |
Version | Version6.5.0 |
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>6.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.fhg.fokus.nubomedia/nubomedia-media-client/
implementation 'de.fhg.fokus.nubomedia:nubomedia-media-client:6.5.0'
// https://jarcasting.com/artifacts/de.fhg.fokus.nubomedia/nubomedia-media-client/
implementation ("de.fhg.fokus.nubomedia:nubomedia-media-client:6.5.0")
'de.fhg.fokus.nubomedia:nubomedia-media-client:jar:6.5.0'
<dependency org="de.fhg.fokus.nubomedia" name="nubomedia-media-client" rev="6.5.0">
<artifact name="nubomedia-media-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.fhg.fokus.nubomedia', module='nubomedia-media-client', version='6.5.0')
)
libraryDependencies += "de.fhg.fokus.nubomedia" % "nubomedia-media-client" % "6.5.0"
[de.fhg.fokus.nubomedia/nubomedia-media-client "6.5.0"]