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

Download JAR files tagged by working with all dependencies

Search JAR files by class name

zookeeper-contrib-rest from group org.apache.zookeeper (version 3.9.2)

ZooKeeper REST implementation using Jersey JAX-RS. -------------------------------------------------- This is an implementation of version 2 of the ZooKeeper REST spec. Note: This interface is currently experimental, may change at any time, etc... In general you should be using the Java/C client bindings to access the ZooKeeper server. This REST ZooKeeper gateway is useful because most of the languages have built-in support for working with HTTP based protocols. See SPEC.txt for details on the REST binding.

Group: org.apache.zookeeper Artifact: zookeeper-contrib-rest
Show all versions Show documentation Show source 
 

0 downloads
Artifact zookeeper-contrib-rest
Group org.apache.zookeeper
Version 3.9.2
Last update 12. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies zookeeper, slf4j-api, logback-core, asm, grizzly-servlet-webserver, jersey-server, jersey-json,
There are maybe transitive dependencies!

process-kt from group dev.junsung (version 1.0.0)

ProcessKt is a versatile open-source project designed to simplify and enhance the execution of shell commands, providing a seamless experience for developers working with Kotlin. This project empowers users to effortlessly integrate and manage shell commands within their Kotlin applications, fostering efficiency and flexibility in command-line operations.

Group: dev.junsung Artifact: process-kt
Show documentation Show source 
 

0 downloads
Artifact process-kt
Group dev.junsung
Version 1.0.0
Last update 08. January 2024
Organization not specified
URL https://github.com/junsung-cho/ProcessKt
License MIT License
Dependencies amount 1
Dependencies kotlin-stdlib,
There are maybe transitive dependencies!

single-table from group io.dataspray (version 2.1.5)

DynamoDB best practices encourages a single-table design that allows multiple record types to reside within the same table. The goal of this library is to improve the experience of Java developers and make it safer to define non-conflicting schema of each record, serializing and deserializing automatically and working with secondary indexes.

Group: io.dataspray Artifact: single-table
Show all versions Show documentation Show source 
 

0 downloads
Artifact single-table
Group io.dataspray
Version 2.1.5
Last update 02. January 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 8
Dependencies slf4j-api, lombok, guava, gson, gson-immutable, dynamodb, aws-cdk-lib, commons-lang,
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!

commons-utils from group com.araguacaima (version 1.5.17)

Common utilities is a set of java utilities for managing typical actions when working with enums, files, exceptions, zip/jar files, classes (via Reflection), maps, numbers and so on. Most of the utilities extend functionalities offered by amazing libraries such as: * commons-beanutils (apache) * commons-lang3 (apache) * commons-io (apache) * commons-math3 (apache) * commons-collections4 (apache) * jreversepro (akkumar)

Group: com.araguacaima Artifact: commons-utils
Show all versions Show documentation Show source 
 

0 downloads
Artifact commons-utils
Group com.araguacaima
Version 1.5.17
Last update 12. June 2021
Organization not specified
URL http://maven.apache.org
License Apache License, Version 2.0
Dependencies amount 23
Dependencies slf4j-api, commons-beanutils, commons-lang3, joda-time, commons-io, commons-collections4, javax.servlet-api, commons-httpclient, commons-math3, aspectjrt, aspectjweaver, reflections, jackson-databind, jackson-core, jackson-module-jsonSchema, commons-net, random-beans, cxf-rt-rs-extension-search, squiggly-filter-jackson, jsonschema2pojo-core, jsonschema-generator, evo-inflector, joor-java-8,
There are maybe transitive dependencies!

git-branch-renamer-maven-plugin from group com.cedricwalter (version 1.5.0)

When working with many feature/release/bugix/hotfix branches, it is a bad idea to start changing the pom version as this will create merge conflicts using pull request. this plugin allow you to keep in ALL branches the same pom version for all your projects, for example MASTER-SNAPSHOT the version will be derived from branch name automatically.

Group: com.cedricwalter Artifact: git-branch-renamer-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact git-branch-renamer-maven-plugin
Group com.cedricwalter
Version 1.5.0
Last update 19. July 2017
Organization not specified
URL https://github.com/cedricwalter/git-branch-renamer-maven-plugin
License GNU/GPL v3
Dependencies amount 4
Dependencies maven-plugin-api, mojo-executor, org.eclipse.jgit, junit,
There are maybe transitive dependencies!

rxtx-rebundled from group de.root1 (version 2.1-7r2-6)

rxtx-rebundled is a slightly modified version of the original rxtx 2.1-7r2. The only difference is: 1) It's a working mavenized library 2) There's just one JAR required. Nothing else. The native libs are bundled with the jar-file. 3) You don't have to care about "java.library.path". This version will on startup extract the correct native libs to system temp folder and loads them automatically. When JVM terminates, temp files will be removed.

Group: de.root1 Artifact: rxtx-rebundled
Show all versions Show documentation Show source 
 

2 downloads
Artifact rxtx-rebundled
Group de.root1
Version 2.1-7r2-6
Last update 09. May 2015
Organization not specified
URL http://dev.root1.de/projects/rxtx-rebundled/
License GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

schemacrawler-generic from group us.fatehi (version 11.02.01)

Group: us.fatehi Artifact: schemacrawler-generic
Show all versions Show documentation Show source 
 

0 downloads
Artifact schemacrawler-generic
Group us.fatehi
Version 11.02.01
Last update 04. November 2014
Organization not specified
URL Not specified
License GNU General Public License
Dependencies amount 1
Dependencies schemacrawler,
There are maybe transitive dependencies!

schemacrawler from group net.sourceforge.schemacrawler (version 10.10.05)

SchemaCrawler is an open-source Java API that makes working with database metadata as easy as working with plain old Java objects. SchemaCrawler is also a database schema discovery and comprehension, and schema documentation tool. You can search for database schema objects using regular expressions, and output the schema and data in a readable text format. The output is designed to be diff-ed against other database schemas.

Group: net.sourceforge.schemacrawler Artifact: schemacrawler
Show all versions Show documentation Show source 
 

2 downloads
Artifact schemacrawler
Group net.sourceforge.schemacrawler
Version 10.10.05
Last update 05. August 2014
Organization Sualeh Fatehi
URL http://schemacrawler.sourceforge.net
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

schemacrawler-docs from group net.sourceforge.schemacrawler (version 10.10.05)

Group: net.sourceforge.schemacrawler Artifact: schemacrawler-docs
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact schemacrawler-docs
Group net.sourceforge.schemacrawler
Version 10.10.05
Last update 05. August 2014
Organization not specified
URL Not specified
License GNU General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 140 from 162 (items total 1611)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy