GroupId | GroupIdorg.kurento |
---|---|
ArtifactId | ArtifactIdkurento-module-creator |
Version | Version6.14.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kurento/kurento-module-creator/ -->
<dependency>
<groupId>org.kurento</groupId>
<artifactId>kurento-module-creator</artifactId>
<version>6.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kurento/kurento-module-creator/
implementation 'org.kurento:kurento-module-creator:6.14.0'
// https://jarcasting.com/artifacts/org.kurento/kurento-module-creator/
implementation ("org.kurento:kurento-module-creator:6.14.0")
'org.kurento:kurento-module-creator:jar:6.14.0'
<dependency org="org.kurento" name="kurento-module-creator" rev="6.14.0">
<artifact name="kurento-module-creator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kurento', module='kurento-module-creator', version='6.14.0')
)
libraryDependencies += "org.kurento" % "kurento-module-creator" % "6.14.0"
[org.kurento/kurento-module-creator "6.14.0"]