License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries |
GroupId | GroupIdcom.carrotsearch.progresso |
ArtifactId | ArtifactIdprogresso-parent |
Last Version | Last Version1.7.5 |
Release Date | Release Date |
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.5.pom | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.carrotsearch.progresso/progresso-parent/ -->
<dependency>
<groupId>com.carrotsearch.progresso</groupId>
<artifactId>progresso-parent</artifactId>
<version>1.7.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.carrotsearch.progresso/progresso-parent/
implementation 'com.carrotsearch.progresso:progresso-parent:1.7.5'
// https://jarcasting.com/artifacts/com.carrotsearch.progresso/progresso-parent/
implementation ("com.carrotsearch.progresso:progresso-parent:1.7.5")
'com.carrotsearch.progresso:progresso-parent:pom:1.7.5'
<dependency org="com.carrotsearch.progresso" name="progresso-parent" rev="1.7.5">
<artifact name="progresso-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.carrotsearch.progresso', module='progresso-parent', version='1.7.5')
)
libraryDependencies += "com.carrotsearch.progresso" % "progresso-parent" % "1.7.5"
[com.carrotsearch.progresso/progresso-parent "1.7.5"]