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