GroupId | GroupIdorg.red5 |
---|---|
ArtifactId | ArtifactIdred5-io |
Version | Version1.2.11 |
Type | Typejar |
Filename | Size |
---|---|
red5-io-1.2.11.pom | |
red5-io-1.2.11.jar | 333 KB |
red5-io-1.2.11-sources.jar | 296 KB |
red5-io-1.2.11-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.red5/red5-io/ -->
<dependency>
<groupId>org.red5</groupId>
<artifactId>red5-io</artifactId>
<version>1.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.red5/red5-io/
implementation 'org.red5:red5-io:1.2.11'
// https://jarcasting.com/artifacts/org.red5/red5-io/
implementation ("org.red5:red5-io:1.2.11")
'org.red5:red5-io:jar:1.2.11'
<dependency org="org.red5" name="red5-io" rev="1.2.11">
<artifact name="red5-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.red5', module='red5-io', version='1.2.11')
)
libraryDependencies += "org.red5" % "red5-io" % "1.2.11"
[org.red5/red5-io "1.2.11"]