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

Download JAR files tagged by through with all dependencies

Search JAR files by class name

ff4j-webapi-jersey2x from group org.ff4j (version 1.9)

Group: org.ff4j Artifact: ff4j-webapi-jersey2x
Show all versions Show documentation Show source 
 

6 downloads
Artifact ff4j-webapi-jersey2x
Group org.ff4j
Version 1.9
Last update 20. December 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 25
Dependencies ff4j-webapi, javax.ws.rs-api, ff4j-utils-json, jackson-core, jackson-annotations, jackson-databind, jackson-dataformat-xml, jackson-dataformat-yaml, jackson-datatype-joda, jackson-jaxrs-base, jackson-jaxrs-json-provider, jsr250-api, jersey-client, jersey-common, jersey-server, jersey-media-json-jackson, jersey-container-servlet, jersey-grizzly-connector, jersey-test-framework-core, jersey-test-framework-provider-grizzly2, jersey-hk2, grizzly-http-servlet, swagger-core, swagger-jersey2-jaxrs, swagger-annotations,
There are maybe transitive dependencies!

zalando-sprocwrapper from group org.zalando (version 3.2.1)

Library to make PostgreSQL stored procedures available through simple Java "*SProcService" interfaces including automatic object serialization and deserialization (using typemapper and convention-over-configuration). Supports sharding, advisory locking, statement timeouts and PostgreSQL types such as enums and hstore.

Group: org.zalando Artifact: zalando-sprocwrapper
Show all versions Show documentation Show source 
 

0 downloads
Artifact zalando-sprocwrapper
Group org.zalando
Version 3.2.1
Last update 18. October 2022
Organization Zalando SE
URL https://github.com/zalando-incubator/java-sproc-wrapper
License MIT License
Dependencies amount 11
Dependencies slf4j-api, spring-jdbc, postgresql, commons-lang, commons-beanutils, hibernate-validator, javax.el, reflections, guava, persistence-api, joda-time,
There are maybe transitive dependencies!

nifi-processor-utils from group org.apache.nifi (version 1.15.3)

This nifi-processor-utils module is designed to capture common patterns and utilities that can be leveraged by other processors or components to help promote reuse. These patterns may become framework level features or may simply be made available through this utility. It is ok for this module to have dependencies but care should be taken when adding dependencies as this increases the cost of utilizing this module in various nars.

Group: org.apache.nifi Artifact: nifi-processor-utils
Show all versions Show documentation Show source 
 

29 downloads
Artifact nifi-processor-utils
Group org.apache.nifi
Version 1.15.3
Last update 13. January 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 7
Dependencies nifi-api, nifi-utils, nifi-security-utils, commons-io, jackson-databind, nifi-record-serialization-service-api, nifi-record,
There are maybe transitive dependencies!

git-commit-id-plugin from group pl.project13.maven (version 4.9.10)

git-commit-id-plugin is a plugin quite similar to https://fisheye.codehaus.org/browse/mojo/tags/buildnumber-maven-plugin-1.0-beta-4 for example but as buildnumber at the time when I started this plugin only supported CVS and SVN, something had to be done. This plugin makes basic repository information available through maven resources. This can be used to display "what version is this?" or "who has deployed this and when, from which branch?" information at runtime - making it easy to find things like "oh, that isn't deployed yet, I'll test it tomorrow" and making both testers and developers life easier. The data currently exported is like this (that's the end effect from the GitRepositoryState Bean): { "branch" : "testing-maven-git-plugin", "commitTime" : "06.01.1970 @ 16:16:26 CET", "commitId" : "787e39f61f99110e74deed68ab9093088d64b969", "commitUserName" : "Konrad Malawski", "commitUserEmail" : "[email protected]", "commitMessageFull" : "releasing my fun plugin :-) + fixed some typos + cleaned up directory structure + added license etc", "commitMessageShort" : "releasing my fun plugin :-)", "buildTime" : "06.01.1970 @ 16:17:53 CET", "buildUserName" : "Konrad Malawski", "buildUserEmail" : "[email protected]" } Note that the data is exported via maven resource filtering and is really easy to use with spring - which I've explained in detail in this readme https://github.com/ktoso/maven-git-commit-id-plugin

Group: pl.project13.maven Artifact: git-commit-id-plugin
Show all versions Show documentation Show source 
 

18 downloads
Artifact git-commit-id-plugin
Group pl.project13.maven
Version 4.9.10
Last update 01. August 2021
Organization not specified
URL http://www.blog.project13.pl
License GNU Lesser General Public License 3.0
Dependencies amount 9
Dependencies maven-plugin-api, maven-core, jackson-databind, joda-time, guava, annotations, org.eclipse.jgit, slf4j-api, slf4j-simple,
There are maybe transitive dependencies!

ff4j-store-mongodb-v3 from group org.ff4j (version 1.8.10)

Group: org.ff4j Artifact: ff4j-store-mongodb-v3
Show all versions Show documentation Show source 
 

1 downloads
Artifact ff4j-store-mongodb-v3
Group org.ff4j
Version 1.8.10
Last update 04. October 2020
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies ff4j-core,
There are maybe transitive dependencies!

tenio from group io.github.congcoi123 (version 3.1.1)

TenIO is a java NIO (Non-blocking I/O) based server specifically designed for multiplayer games. It supports UDP and TCP transports which are handled by Netty for high-speed network transmission. It uses MsgPack for compressing data so that can be transferred quickly through the network. This framework can help you quickly create a game server or integrate it into your system.

Group: io.github.congcoi123 Artifact: tenio
Show all versions Show documentation Show source 
 

0 downloads
Artifact tenio
Group io.github.congcoi123
Version 3.1.1
Last update 05. June 2020
Organization not specified
URL https://github.com/congcoi123/tenio
License MIT License
Dependencies amount 7
Dependencies netty-all, jetty-server, jetty-servlet, servlet-api, msgpack, guava, log4j-core,
There are maybe transitive dependencies!

native from group org.jbrew.native (version 0.1.0-beta.6)

This library contains native facade implementations of the JBrew utility libraries with the Java Native Interface (JNI). This set of libraries features specific optimizations for Unix-based systems in terms of performance and memory. This is achieved through careful tuning using the C programming language to not only control for garbage collection, but also to ensure maximum performance for elected library features.

Group: org.jbrew.native Artifact: native
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact native
Group org.jbrew.native
Version 0.1.0-beta.6
Last update 21. April 2020
Organization not specified
URL https://jbrew.org
License not specified
Dependencies amount 1
Dependencies annotations,
There are maybe transitive dependencies!

cbrew from group org.jbrew.cbrew (version 0.1.0-beta.6)

This library contains native facade implementations of the JBrew utility libraries with the Java Native Interface (JNI). This set of libraries features specific optimizations for Unix-based systems in terms of performance and memory. This is achieved through careful tuning using the C programming language to not only control for garbage collection, but also to ensure maximum performance for elected library features.

Group: org.jbrew.cbrew Artifact: cbrew
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact cbrew
Group org.jbrew.cbrew
Version 0.1.0-beta.6
Last update 21. April 2020
Organization not specified
URL https://jbrew.org
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

native-core from group org.jbrew.native (version 0.1.0-beta.2)

This library contains native facade implementations of the JBrew utility libraries with the Java Native Interface (JNI). This set of libraries features specific optimizations for Unix-based systems in terms of performance and memory. This is achieved through careful tuning using the C programming language to not only control for garbage collection, but also to ensure maximum performance for elected library features.

Group: org.jbrew.native Artifact: native-core
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact native-core
Group org.jbrew.native
Version 0.1.0-beta.2
Last update 07. April 2020
Organization not specified
URL https://jbrew.org
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

puremvc-multicore from group org.puremvc (version 2.2)

PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. This is a Java port of the AS3 reference implementation of the MultiCore Version. It supports modular programming through the use of Multiton Core actors (instead of the Singletons used in the Standard Version).

Group: org.puremvc Artifact: puremvc-multicore
Show all versions Show documentation Show source 
 

0 downloads
Artifact puremvc-multicore
Group org.puremvc
Version 2.2
Last update 16. March 2020
Organization not specified
URL http://puremvc.org
License Reuse governed by Creative Commons Attribution 3.0 United States License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 134 from 3 (items total 1639)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy