License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries |
GroupId | GroupIdcom.carrotsearch.progresso |
ArtifactId | ArtifactIdprogresso |
Last Version | Last Version1.7.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionProgresso
A task management/ reporting library with console progress tracking facilities.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
progresso-1.7.5.pom | |
progresso-1.7.5.jar | 81 KB |
progresso-1.7.5-sources.jar | 36 KB |
progresso-1.7.5-javadoc.jar | 265 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.carrotsearch.progresso/progresso/ -->
<dependency>
<groupId>com.carrotsearch.progresso</groupId>
<artifactId>progresso</artifactId>
<version>1.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.carrotsearch.progresso/progresso/
implementation 'com.carrotsearch.progresso:progresso:1.7.5'
// https://jarcasting.com/artifacts/com.carrotsearch.progresso/progresso/
implementation ("com.carrotsearch.progresso:progresso:1.7.5")
'com.carrotsearch.progresso:progresso:jar:1.7.5'
<dependency org="com.carrotsearch.progresso" name="progresso" rev="1.7.5">
<artifact name="progresso" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carrotsearch.progresso', module='progresso', version='1.7.5')
)
libraryDependencies += "com.carrotsearch.progresso" % "progresso" % "1.7.5"
[com.carrotsearch.progresso/progresso "1.7.5"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
com.carrotsearch.randomizedtesting : randomizedtesting-runner | jar | 2.7.0 |
org.assertj : assertj-core | jar | 3.11.1 |