Download JAR files tagged by upfront with all dependencies
pomlint-maven-plugin from group dk.kyuff.pomlint (version 1.1)
The pomlint mojo helps enforcing a certain style in Maven projects.
This is particular useful in a multi-module project maintained by large teams
of developers. Often best practices are ignored when the project becomes busy.
This leads to pom structures that are hard to maintain and thus degrade the
projects agility. By having a linter enforce the rules upfront many of the simple
mistakes can be avoided.
Group: dk.kyuff.pomlint Artifact: pomlint-maven-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact pomlint-maven-plugin
Group dk.kyuff.pomlint
Version 1.1
Last update 10. July 2016
Organization not specified
URL http://maven.apache.org
License MIT License
Dependencies amount 3
Dependencies maven-plugin-api, maven-core, maven-model,
There are maybe transitive dependencies!
Group dk.kyuff.pomlint
Version 1.1
Last update 10. July 2016
Organization not specified
URL http://maven.apache.org
License MIT License
Dependencies amount 3
Dependencies maven-plugin-api, maven-core, maven-model,
There are maybe transitive dependencies!
executor from group com.jano7 (version 2.0.2)
This small library provides an optimized solution to a problem where tasks for a particular key need to
be processed sequentially as they arrive. This kind of problem can be solved by a SingleThreadExecutor, however
it is not efficient. The issue is that the tasks for unrelated keys are not being processed in parallel, instead
they are put into a queue common to all keys and wait for the single thread to execute them. This library allows
them to be executed concurrently. Moreover this library works well in a situation where all the possible keys
and their number is not known upfront.
Artifact executor
Group com.jano7
Version 2.0.2
Last update 20. September 2020
Organization not specified
URL https://github.com/jano7/executor
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.jano7
Version 2.0.2
Last update 20. September 2020
Organization not specified
URL https://github.com/jano7/executor
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
zip from group io.github.tsabirgaliev (version 1.0.0.Beta3)
The Java JDK includes various means of creating/consuming compressed files.
What is missing is easy way of creating lazy streamed zip archive, in spirit
of java.util.zip.DeflaterInputStream.
This implementation relies on the fact that the PKZIP specification allows
archiving data streams of sizes not known upfront. This implies that the
archives produced will be readable only by tools aware of this trick.
Notably, java.util.zip.ZipInputStream is OK with that, so we use it to
test compatibility.
Artifact zip
Group io.github.tsabirgaliev
Version 1.0.0.Beta3
Last update 20. March 2017
Organization not specified
URL https://github.com/tsabirgaliev/zip
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group io.github.tsabirgaliev
Version 1.0.0.Beta3
Last update 20. March 2017
Organization not specified
URL https://github.com/tsabirgaliev/zip
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 1 from 1 (items total 3)