GroupId | GroupIdorg.red5 |
---|---|
ArtifactId | ArtifactIdred5-service |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
red5-service-1.1.0.pom | |
red5-service-1.1.0.jar | 22 KB |
red5-service-1.1.0-sources.jar | 17 KB |
red5-service-1.1.0-javadoc.jar | 66 KB |
red5-service-1.1.0-daemon.zip | 46 KB |
red5-service-1.1.0-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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.red5/red5-service/
implementation 'org.red5:red5-service:1.1.0'
// https://jarcasting.com/artifacts/org.red5/red5-service/
implementation ("org.red5:red5-service:1.1.0")
'org.red5:red5-service:jar:1.1.0'
<dependency org="org.red5" name="red5-service" rev="1.1.0">
<artifact name="red5-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.red5', module='red5-service', version='1.1.0')
)
libraryDependencies += "org.red5" % "red5-service" % "1.1.0"
[org.red5/red5-service "1.1.0"]