GroupId | GroupIdorg.red5 |
---|---|
ArtifactId | ArtifactIdred5-service |
Version | Version1.2.11 |
Type | Typejar |
Filename | Size |
---|---|
red5-service-1.2.11.pom | |
red5-service-1.2.11.jar | 21 KB |
red5-service-1.2.11-sources.jar | 16 KB |
red5-service-1.2.11-javadoc.jar | 425 KB |
red5-service-1.2.11-daemon.zip | 46 KB |
red5-service-1.2.11-daemon.tar.gz | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.red5/red5-service/ -->
<dependency>
<groupId>org.red5</groupId>
<artifactId>red5-service</artifactId>
<version>1.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.red5/red5-service/
implementation 'org.red5:red5-service:1.2.11'
// https://jarcasting.com/artifacts/org.red5/red5-service/
implementation ("org.red5:red5-service:1.2.11")
'org.red5:red5-service:jar:1.2.11'
<dependency org="org.red5" name="red5-service" rev="1.2.11">
<artifact name="red5-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.red5', module='red5-service', version='1.2.11')
)
libraryDependencies += "org.red5" % "red5-service" % "1.2.11"
[org.red5/red5-service "1.2.11"]