All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by sometimes with all dependencies

Search JAR files by class name

bot.commands.fun from group com.github.v-play-games (version 0.0.1)

Fun but sometimes very useless commands

Group: com.github.v-play-games Artifact: bot.commands.fun
Show documentation Show source 
 

0 downloads
Artifact bot.commands.fun
Group com.github.v-play-games
Version 0.0.1
Last update 12. November 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

organisation-adapter from group de.naturzukunft.rdf.solid (version 0.0.3)

From a DomainDrivenDesign perspective, this will be the bounded context for organisations... sometimes.

Group: de.naturzukunft.rdf.solid Artifact: organisation-adapter
Show all versions Show documentation Show source 
 

0 downloads
Artifact organisation-adapter
Group de.naturzukunft.rdf.solid
Version 0.0.3
Last update 16. December 2020
Organization not specified
URL http://organisation-adapter.naturzukunft.de/
License not specified
Dependencies amount 7
Dependencies spring-boot-starter, lombok, slugify, apache-jena-libs, javax.ws.rs-api, pod-adapter, validation-api,
There are maybe transitive dependencies!

nosqlite-android from group com.harium.database (version 1.0.0)

Sometimes you just need a simple key-value database

Group: com.harium.database Artifact: nosqlite-android
Show documentation Show source 
 

0 downloads
Artifact nosqlite-android
Group com.harium.database
Version 1.0.0
Last update 16. February 2018
Organization not specified
URL http://github.com/harium/nosqlite-android
License GNU Lesser General Public License
Dependencies amount 1
Dependencies nosqlite,
There are maybe transitive dependencies!

nosqlite from group com.harium.database (version 1.0.3)

Sometimes you just need a simple key-value database

Group: com.harium.database Artifact: nosqlite
Show all versions Show documentation Show source 
 

0 downloads
Artifact nosqlite
Group com.harium.database
Version 1.0.3
Last update 25. September 2017
Organization not specified
URL http://github.com/harium/nosqlite
License GNU Lesser General Public License
Dependencies amount 1
Dependencies sqlite,
There are maybe transitive dependencies!

cascading-release-maven-plugin from group org.jkva.maven-plugins (version 1.0)

With the Cascading Release Maven Plugin you can automatically release multiple dependent Maven projects in one go, automatically dealing with internal SNAPSHOT dependencies, eliminating the cumbersome manual steps that are sometimes required for such a release.

Group: org.jkva.maven-plugins Artifact: cascading-release-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact cascading-release-maven-plugin
Group org.jkva.maven-plugins
Version 1.0
Last update 31. January 2015
Organization not specified
URL https://github.com/jankeesvanandel/cascading-release-maven-plugin
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies plexus-utils, guava,
There are maybe transitive dependencies!

joala-dns from group net.joala (version 1.2.1)

Sometimes you need your tests to resolve hostnames. While you could change for example the /etc/hosts file for your test resolving this is not what you actually want to do. Joala DNS offers a custom Domain Name Server which you can feed with hosts to resolve from within your tests.

Group: net.joala Artifact: joala-dns
Show all versions Show documentation Show source 
 

0 downloads
Artifact joala-dns
Group net.joala
Version 1.2.1
Last update 02. August 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies joala-core, slf4j-api, guava, dnsjava, junit,
There are maybe transitive dependencies!

dependency-versions-check-maven-plugin from group org.basepom.maven (version 4.0.1)

The dependency-versions-check plugin verifies that all resolved versions of artifacts are at least the versions specified by the project dependencies. The Maven dependency resolution process will substitute versions for the different artifacts in a dependency tree and sometimes chooses incompatible versions which leads to difficult to detect problems. This plugin resolves all dependencies and collects any requested version. It evaluates whether the resolved versions are compatible to the requested versions and reports possible conflicts.

Group: org.basepom.maven Artifact: dependency-versions-check-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact dependency-versions-check-maven-plugin
Group org.basepom.maven
Version 4.0.1
Last update 28. December 2023
Organization The basepom project
URL https://basepom.github.io/dependency-versions-check-maven-plugin/
License Apache License 2.0
Dependencies amount 3
Dependencies guava, maven-resolver-util, maven-shared-utils,
There are maybe transitive dependencies!

externalsortinginjava from group com.google.code.externalsortinginjava (version 0.6.2)

Sometimes, you want to sort large file without first loading them into memory. The solution is to use External Sorting. You divide the files into small blocks, sort each block in RAM, and then merge the result. Many database engines and the Unix sort command support external sorting. But what if you want to avoid a database? Or what if you want to sort in a non-lexicographic order? Or maybe you just want a simple external sorting example? When we could not find such a simple program, we wrote one.

Group: com.google.code.externalsortinginjava Artifact: externalsortinginjava
Show all versions Show documentation Show source 
 

5 downloads
Artifact externalsortinginjava
Group com.google.code.externalsortinginjava
Version 0.6.2
Last update 04. April 2023
Organization not specified
URL http://github.com/lemire/externalsortinginjava/
License Public Domain
Dependencies amount 1
Dependencies commons-csv,
There are maybe transitive dependencies!

sparknotation from group com.ftpix (version 1.17)

Sparknotation is a library to use Sparkjava framework with annotation. It is useful when working on projects with a lot of endpoints where it sometimes becomes messy to deal with all these Spark.something methods. It also saves the hassle of always getting back parameters, query parameters and headers from the Request object.

Group: com.ftpix Artifact: sparknotation
Show all versions Show documentation Show source 
 

0 downloads
Artifact sparknotation
Group com.ftpix
Version 1.17
Last update 08. January 2022
Organization not specified
URL https://github.com/lamarios/sparknotation
License Apache License, Version 2.0
Dependencies amount 4
Dependencies spark-core, scannotation, log4j-core, javassist,
There are maybe transitive dependencies!

fatjar-maven-plugin from group com.amitinside (version 0.0.1)

This maven plugin is responsible to create a Fat JAR bundle containing all the dependencies specified in a POM file. Sometimes users need to unpack specific dependency (eq. zip, tar etc) before packing the dependency as this dependency could contain other jar files. The primary motive is to collect all the dependencies including the plain jar dependencies and the other jar dependencies that reside in other dependency (eq. zip, tar etc). Apart from this, it could also update the versions of the specified dependencies before wrapping in a big fat JAR bundle. This internally uses bnd to wrap all the dependencies in a single fat JAR.

Group: com.amitinside Artifact: fatjar-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact fatjar-maven-plugin
Group com.amitinside
Version 0.0.1
Last update 05. February 2018
Organization not specified
URL Not specified
License Eclipse Public License - v 1.0
Dependencies amount 11
Dependencies guava, maven-invoker, commons-io, maven-model, zip4j, commons-cli, maven-plugin-api, maven-project, mojo-executor, biz.aQute.bndlib, slf4j-log4j12,
There are maybe transitive dependencies!



Page 1 from 4 (items total 38)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy