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