GroupId | GroupIdorg.red5 |
---|---|
ArtifactId | ArtifactIdred5-parent |
Version | Version1.0.8-M10 |
Type | Typepom |
Filename | Size |
---|---|
red5-parent-1.0.8-M10.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.red5/red5-parent/ -->
<dependency>
<groupId>org.red5</groupId>
<artifactId>red5-parent</artifactId>
<version>1.0.8-M10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.red5/red5-parent/
implementation 'org.red5:red5-parent:1.0.8-M10'
// https://jarcasting.com/artifacts/org.red5/red5-parent/
implementation ("org.red5:red5-parent:1.0.8-M10")
'org.red5:red5-parent:pom:1.0.8-M10'
<dependency org="org.red5" name="red5-parent" rev="1.0.8-M10">
<artifact name="red5-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.red5', module='red5-parent', version='1.0.8-M10')
)
libraryDependencies += "org.red5" % "red5-parent" % "1.0.8-M10"
[org.red5/red5-parent "1.0.8-M10"]