is not current version
Last Version 1.2.23

org.red5:red5-parent 1.0.8-M9

Parent project for all red5 projects containing dependency management and general info

GroupId

GroupId

org.red5
ArtifactId

ArtifactId

red5-parent
Version

Version

1.0.8-M9
Type

Type

pom

Download red5-parent 1.0.8-M9

Filename Size
red5-parent-1.0.8-M9.pom 16 KB
Browse

<!-- https://jarcasting.com/artifacts/org.red5/red5-parent/ -->
<dependency>
    <groupId>org.red5</groupId>
    <artifactId>red5-parent</artifactId>
    <version>1.0.8-M9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.red5/red5-parent/
implementation 'org.red5:red5-parent:1.0.8-M9'
// https://jarcasting.com/artifacts/org.red5/red5-parent/
implementation ("org.red5:red5-parent:1.0.8-M9")
'org.red5:red5-parent:pom:1.0.8-M9'
<dependency org="org.red5" name="red5-parent" rev="1.0.8-M9">
  <artifact name="red5-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.red5', module='red5-parent', version='1.0.8-M9')
)
libraryDependencies += "org.red5" % "red5-parent" % "1.0.8-M9"
[org.red5/red5-parent "1.0.8-M9"]