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