Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdorg.jitsi |
ArtifactId | ArtifactIdjicoco-test-kotlin |
Version | Version1.1-73-gf8e9405 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jitsi/jicoco-test-kotlin/ -->
<dependency>
<groupId>org.jitsi</groupId>
<artifactId>jicoco-test-kotlin</artifactId>
<version>1.1-73-gf8e9405</version>
</dependency>
// https://jarcasting.com/artifacts/org.jitsi/jicoco-test-kotlin/
implementation 'org.jitsi:jicoco-test-kotlin:1.1-73-gf8e9405'
// https://jarcasting.com/artifacts/org.jitsi/jicoco-test-kotlin/
implementation ("org.jitsi:jicoco-test-kotlin:1.1-73-gf8e9405")
'org.jitsi:jicoco-test-kotlin:jar:1.1-73-gf8e9405'
<dependency org="org.jitsi" name="jicoco-test-kotlin" rev="1.1-73-gf8e9405">
<artifact name="jicoco-test-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jitsi', module='jicoco-test-kotlin', version='1.1-73-gf8e9405')
)
libraryDependencies += "org.jitsi" % "jicoco-test-kotlin" % "1.1-73-gf8e9405"
[org.jitsi/jicoco-test-kotlin "1.1-73-gf8e9405"]