GroupId | GroupIdorg.red5 |
---|---|
ArtifactId | ArtifactIdred5-server-common |
Version | Version1.0.9-M7 |
Type | Typejar |
Filename | Size |
---|---|
red5-server-common-1.0.9-M7.pom | |
red5-server-common-1.0.9-M7.jar | 519 KB |
red5-server-common-1.0.9-M7-sources.jar | 456 KB |
red5-server-common-1.0.9-M7-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.red5/red5-server-common/ -->
<dependency>
<groupId>org.red5</groupId>
<artifactId>red5-server-common</artifactId>
<version>1.0.9-M7</version>
</dependency>
// https://jarcasting.com/artifacts/org.red5/red5-server-common/
implementation 'org.red5:red5-server-common:1.0.9-M7'
// https://jarcasting.com/artifacts/org.red5/red5-server-common/
implementation ("org.red5:red5-server-common:1.0.9-M7")
'org.red5:red5-server-common:jar:1.0.9-M7'
<dependency org="org.red5" name="red5-server-common" rev="1.0.9-M7">
<artifact name="red5-server-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.red5', module='red5-server-common', version='1.0.9-M7')
)
libraryDependencies += "org.red5" % "red5-server-common" % "1.0.9-M7"
[org.red5/red5-server-common "1.0.9-M7"]