GroupId | GroupIdorg.red5 |
---|---|
ArtifactId | ArtifactIdred5-server-common |
Version | Version1.0.9-M4 |
Type | Typejar |
Filename | Size |
---|---|
red5-server-common-1.0.9-M4.pom | |
red5-server-common-1.0.9-M4.jar | 519 KB |
red5-server-common-1.0.9-M4-sources.jar | 454 KB |
red5-server-common-1.0.9-M4-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-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.red5/red5-server-common/
implementation 'org.red5:red5-server-common:1.0.9-M4'
// https://jarcasting.com/artifacts/org.red5/red5-server-common/
implementation ("org.red5:red5-server-common:1.0.9-M4")
'org.red5:red5-server-common:jar:1.0.9-M4'
<dependency org="org.red5" name="red5-server-common" rev="1.0.9-M4">
<artifact name="red5-server-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.red5', module='red5-server-common', version='1.0.9-M4')
)
libraryDependencies += "org.red5" % "red5-server-common" % "1.0.9-M4"
[org.red5/red5-server-common "1.0.9-M4"]