GroupId | GroupIdorg.red5 |
---|---|
ArtifactId | ArtifactIdred5-io |
Version | Version1.2.3 |
Type | Typejar |
Filename | Size |
---|---|
red5-io-1.2.3.pom | |
red5-io-1.2.3.jar | 325 KB |
red5-io-1.2.3-sources.jar | 289 KB |
red5-io-1.2.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.red5/red5-io/
implementation 'org.red5:red5-io:1.2.3'
// https://jarcasting.com/artifacts/org.red5/red5-io/
implementation ("org.red5:red5-io:1.2.3")
'org.red5:red5-io:jar:1.2.3'
<dependency org="org.red5" name="red5-io" rev="1.2.3">
<artifact name="red5-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.red5', module='red5-io', version='1.2.3')
)
libraryDependencies += "org.red5" % "red5-io" % "1.2.3"
[org.red5/red5-io "1.2.3"]