Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdcom.carrotsearch.progresso |
ArtifactId | ArtifactIdprogresso-log4j2 |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
progresso-log4j2-1.3.0.pom | |
progresso-log4j2-1.3.0.jar | 3 KB |
progresso-log4j2-1.3.0-sources.jar | 3 KB |
progresso-log4j2-1.3.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.carrotsearch.progresso/progresso-log4j2/ -->
<dependency>
<groupId>com.carrotsearch.progresso</groupId>
<artifactId>progresso-log4j2</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.carrotsearch.progresso/progresso-log4j2/
implementation 'com.carrotsearch.progresso:progresso-log4j2:1.3.0'
// https://jarcasting.com/artifacts/com.carrotsearch.progresso/progresso-log4j2/
implementation ("com.carrotsearch.progresso:progresso-log4j2:1.3.0")
'com.carrotsearch.progresso:progresso-log4j2:jar:1.3.0'
<dependency org="com.carrotsearch.progresso" name="progresso-log4j2" rev="1.3.0">
<artifact name="progresso-log4j2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carrotsearch.progresso', module='progresso-log4j2', version='1.3.0')
)
libraryDependencies += "com.carrotsearch.progresso" % "progresso-log4j2" % "1.3.0"
[com.carrotsearch.progresso/progresso-log4j2 "1.3.0"]