Files download
File Operation
red5-parent-1.3.12.pom download
Apache Maven
<dependency>
  <groupId>org.red5</groupId>
  <artifactId>red5-parent</artifactId>
  <version>1.3.12</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.red5:red5-parent:1.3.12'
Gradle Kotlin
implementation("org.red5:red5-parent:1.3.12")
Scala SBT
libraryDependencies += "org.red5" % "red5-parent" % "1.3.12"
Groovy Grape
@Grapes(
  @Grab(group='org.red5', module='red5-parent', version='1.3.12')
)
Apache Ivy
<dependency org="org.red5" name="red5-parent" rev="1.3.12" />
Leiningen
[org.red5/red5-parent "1.3.12"]
Apache Buildr
'org.red5:red5-parent:jar:1.3.12'
Dependencies
The project has no third-party dependencies