GroupId | GroupIdorg.jitsi |
---|---|
ArtifactId | ArtifactIdjitsi-lgpl-dependencies |
Version | Version1.2-17-gde83568 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jitsi/jitsi-lgpl-dependencies/ -->
<dependency>
<groupId>org.jitsi</groupId>
<artifactId>jitsi-lgpl-dependencies</artifactId>
<version>1.2-17-gde83568</version>
</dependency>
// https://jarcasting.com/artifacts/org.jitsi/jitsi-lgpl-dependencies/
implementation 'org.jitsi:jitsi-lgpl-dependencies:1.2-17-gde83568'
// https://jarcasting.com/artifacts/org.jitsi/jitsi-lgpl-dependencies/
implementation ("org.jitsi:jitsi-lgpl-dependencies:1.2-17-gde83568")
'org.jitsi:jitsi-lgpl-dependencies:jar:1.2-17-gde83568'
<dependency org="org.jitsi" name="jitsi-lgpl-dependencies" rev="1.2-17-gde83568">
<artifact name="jitsi-lgpl-dependencies" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jitsi', module='jitsi-lgpl-dependencies', version='1.2-17-gde83568')
)
libraryDependencies += "org.jitsi" % "jitsi-lgpl-dependencies" % "1.2-17-gde83568"
[org.jitsi/jitsi-lgpl-dependencies "1.2-17-gde83568"]