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