Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdcom.carrotsearch.progresso |
ArtifactId | ArtifactIdprogresso-jvmversion |
Version | Version1.7.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.carrotsearch.progresso/progresso-jvmversion/ -->
<dependency>
<groupId>com.carrotsearch.progresso</groupId>
<artifactId>progresso-jvmversion</artifactId>
<version>1.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.carrotsearch.progresso/progresso-jvmversion/
implementation 'com.carrotsearch.progresso:progresso-jvmversion:1.7.3'
// https://jarcasting.com/artifacts/com.carrotsearch.progresso/progresso-jvmversion/
implementation ("com.carrotsearch.progresso:progresso-jvmversion:1.7.3")
'com.carrotsearch.progresso:progresso-jvmversion:jar:1.7.3'
<dependency org="com.carrotsearch.progresso" name="progresso-jvmversion" rev="1.7.3">
<artifact name="progresso-jvmversion" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carrotsearch.progresso', module='progresso-jvmversion', version='1.7.3')
)
libraryDependencies += "com.carrotsearch.progresso" % "progresso-jvmversion" % "1.7.3"
[com.carrotsearch.progresso/progresso-jvmversion "1.7.3"]