r

red5-parent

Parent project for all red5 projects containing dependency management and general info
https://github.com/Red5/red5-parent
Apache 2
Red5
Files download
File Operation
red5-parent-1.2.17.pom download
Apache Maven
<dependency>
  <groupId>org.red5</groupId>
  <artifactId>red5-parent</artifactId>
  <version>1.2.17</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.red5:red5-parent:1.2.17'
Gradle Kotlin
implementation("org.red5:red5-parent:1.2.17")
Scala SBT
libraryDependencies += "org.red5" % "red5-parent" % "1.2.17"
Groovy Grape
@Grapes(
  @Grab(group='org.red5', module='red5-parent', version='1.2.17')
)
Apache Ivy
<dependency org="org.red5" name="red5-parent" rev="1.2.17" />
Leiningen
[org.red5/red5-parent "1.2.17"]
Apache Buildr
'org.red5:red5-parent:jar:1.2.17'
Dependencies
The project has no third-party dependencies