License |
License
GNU Lesser General Public License, Version 3
|
---|---|
GroupId | GroupIdcom.gitlab.marvinh |
ArtifactId | ArtifactIdprogress-tracker |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionProgress Tracker
Library for tracking progress of algorithms and report it to registered listeners
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
progress-tracker-1.0.pom | |
progress-tracker-1.0.jar | 9 KB |
progress-tracker-1.0-sources.jar | 7 KB |
progress-tracker-1.0-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitlab.marvinh/progress-tracker/ -->
<dependency>
<groupId>com.gitlab.marvinh</groupId>
<artifactId>progress-tracker</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.marvinh/progress-tracker/
implementation 'com.gitlab.marvinh:progress-tracker:1.0'
// https://jarcasting.com/artifacts/com.gitlab.marvinh/progress-tracker/
implementation ("com.gitlab.marvinh:progress-tracker:1.0")
'com.gitlab.marvinh:progress-tracker:jar:1.0'
<dependency org="com.gitlab.marvinh" name="progress-tracker" rev="1.0">
<artifact name="progress-tracker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.marvinh', module='progress-tracker', version='1.0')
)
libraryDependencies += "com.gitlab.marvinh" % "progress-tracker" % "1.0"
[com.gitlab.marvinh/progress-tracker "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.0.0-M3 |
org.mockito : mockito-all | jar | 1.9.5 |