License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries |
GroupId | GroupIdcom.carrotsearch.progresso |
ArtifactId | ArtifactIdprogresso-parent |
Version | Version1.7.2 |
Type | Typepom |
Description |
DescriptionProgresso Parent (POM)
A task management/ reporting library with console progress tracking facilities.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
progresso-parent-1.7.2.pom | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.carrotsearch.progresso/progresso-parent/ -->
<dependency>
<groupId>com.carrotsearch.progresso</groupId>
<artifactId>progresso-parent</artifactId>
<version>1.7.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.carrotsearch.progresso/progresso-parent/
implementation 'com.carrotsearch.progresso:progresso-parent:1.7.2'
// https://jarcasting.com/artifacts/com.carrotsearch.progresso/progresso-parent/
implementation ("com.carrotsearch.progresso:progresso-parent:1.7.2")
'com.carrotsearch.progresso:progresso-parent:pom:1.7.2'
<dependency org="com.carrotsearch.progresso" name="progresso-parent" rev="1.7.2">
<artifact name="progresso-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.carrotsearch.progresso', module='progresso-parent', version='1.7.2')
)
libraryDependencies += "com.carrotsearch.progresso" % "progresso-parent" % "1.7.2"
[com.carrotsearch.progresso/progresso-parent "1.7.2"]