GroupId | GroupIdorg.opencastproject |
---|---|
ArtifactId | ArtifactIdopencast-rest-test-environment |
Version | Version9.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opencastproject/opencast-rest-test-environment/ -->
<dependency>
<groupId>org.opencastproject</groupId>
<artifactId>opencast-rest-test-environment</artifactId>
<version>9.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencastproject/opencast-rest-test-environment/
implementation 'org.opencastproject:opencast-rest-test-environment:9.12'
// https://jarcasting.com/artifacts/org.opencastproject/opencast-rest-test-environment/
implementation ("org.opencastproject:opencast-rest-test-environment:9.12")
'org.opencastproject:opencast-rest-test-environment:jar:9.12'
<dependency org="org.opencastproject" name="opencast-rest-test-environment" rev="9.12">
<artifact name="opencast-rest-test-environment" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencastproject', module='opencast-rest-test-environment', version='9.12')
)
libraryDependencies += "org.opencastproject" % "opencast-rest-test-environment" % "9.12"
[org.opencastproject/opencast-rest-test-environment "9.12"]