Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.red5 |
ArtifactId | ArtifactIdred5-client |
Version | Version1.0.10-M6 |
Type | Typejar |
Filename | Size |
---|---|
red5-client-1.0.10-M6.pom | |
red5-client-1.0.10-M6.jar | 104 KB |
red5-client-1.0.10-M6-sources.jar | 65 KB |
red5-client-1.0.10-M6-javadoc.jar | 243 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.red5/red5-client/ -->
<dependency>
<groupId>org.red5</groupId>
<artifactId>red5-client</artifactId>
<version>1.0.10-M6</version>
</dependency>
// https://jarcasting.com/artifacts/org.red5/red5-client/
implementation 'org.red5:red5-client:1.0.10-M6'
// https://jarcasting.com/artifacts/org.red5/red5-client/
implementation ("org.red5:red5-client:1.0.10-M6")
'org.red5:red5-client:jar:1.0.10-M6'
<dependency org="org.red5" name="red5-client" rev="1.0.10-M6">
<artifact name="red5-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.red5', module='red5-client', version='1.0.10-M6')
)
libraryDependencies += "org.red5" % "red5-client" % "1.0.10-M6"
[org.red5/red5-client "1.0.10-M6"]