Download JAR files tagged by classpath with all dependencies
application-properties from group com.lyders (version 1.2.1)
This ApplicationProperties Java package provides a fast and easily configurable application.properties loader
that mimics some key features of the Spring Boot application.properties loader. This package allows for
multi-level overloading of properties based on a basename and optional suffix by searching the classpath,
optional configurable file paths along with the JNDI server container context.
The class
[ApplicationPropertiesConfig](src/main/java/com/lyders/application-properties/ApplicationPropertiesConfig.java)
controls the features of the overloading of properties such as the base name of the properties file, an optional
suffix that allows for the loading of environment-specific or scenario-specific property files as needed.
The following features are supported:
* Names of properties files can be customized
* Locations of properties files can be customized. The following path types are supported:
* class path
* file system paths
* JNDI environment naming context (e.g., Servlet/JSP running under Tomcat)
* Environment-specific property files can override the values in default properties files via a "suffix"
0 downloads
Artifact application-properties
Group com.lyders
Version 1.2.1
Last update 14. February 2021
Organization not specified
URL https://github.com/rlyders/application-properties
License The MIT License
Dependencies amount 6
Dependencies commons-io, javax.servlet-api, commons-lang3, slf4j-simple, commons-logging, maven-scm-api,
There are maybe transitive dependencies!
Group com.lyders
Version 1.2.1
Last update 14. February 2021
Organization not specified
URL https://github.com/rlyders/application-properties
License The MIT License
Dependencies amount 6
Dependencies commons-io, javax.servlet-api, commons-lang3, slf4j-simple, commons-logging, maven-scm-api,
There are maybe transitive dependencies!
kernel from group io.nuun.kernel (version 1.0.M11)
Nuun Kernel is a software kernel for framework creation. It brings a powerful plugin design plus
a JSR 330 compliant injection mechanism backed by Guice.
Plugin benefits from kernel capabilities by sending requests to it :
- kernel params request :
- Classpath scans request :on class by name, annotation, meta annotation or more generally Predicate
- Binding Request :
Nuun Kernel provides an SPI in order to bring IOC from other vendors.
Nuun Kernel come with 2 plugins:
- Configuration Plugin : a plugin that inject the good property based on @Property annotation.
- Log plugin : a Log handler that inject the good Log implementation
Group: io.nuun.kernel Artifact: kernel
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact kernel
Group io.nuun.kernel
Version 1.0.M11
Last update 05. August 2020
Organization not specified
URL http://nuun.io/kernel
License LGPL 3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group io.nuun.kernel
Version 1.0.M11
Last update 05. August 2020
Organization not specified
URL http://nuun.io/kernel
License LGPL 3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
bw-core from group com.github.burningwave (version 1.7.6)
A powerful library for creating classes during runtime, facilitate the use of reflection, search subtype and much more...
0 downloads
Artifact bw-core
Group com.github.burningwave
Version 1.7.6
Last update 30. December 2019
Organization not specified
URL https://github.com/burningwave/core
License not specified
Dependencies amount 2
Dependencies slf4j-api, asm,
There are maybe transitive dependencies!
Group com.github.burningwave
Version 1.7.6
Last update 30. December 2019
Organization not specified
URL https://github.com/burningwave/core
License not specified
Dependencies amount 2
Dependencies slf4j-api, asm,
There are maybe transitive dependencies!
jollyday from group de.jollyday (version 0.5.10)
This API determines the holidays for a given year, country/name and eventually state/region. The holiday data is
stored in XML files (one for each country) and will be read from the classpath. You can provide your own holiday
calendar XML file or use any of the provided ones.
Currently there are 63 countries supported like the following: United States, most european countries, Russia,
India, Australia.
Besides those there will be more special calendars like currently existing NYSE calendar (New York Stock
Exchange).
Artifact jollyday
Group de.jollyday
Version 0.5.10
Last update 18. December 2019
Organization not specified
URL http://sourceforge.net/projects/jollyday
License Apache 2
Dependencies amount 1
Dependencies threeten-extra,
There are maybe transitive dependencies!
Group de.jollyday
Version 0.5.10
Last update 18. December 2019
Organization not specified
URL http://sourceforge.net/projects/jollyday
License Apache 2
Dependencies amount 1
Dependencies threeten-extra,
There are maybe transitive dependencies!
tomcat-deployment-listener from group com.github.yohayg (version 2.0.0)
According to Docker best practices a Docker container should not be up if the process fails to load properly.
Apache Tomcat deploys all the web applications loaded in its webapp folder. This is a resilient solution for web
applications not influencing the application server.
However, In a Docker environment according to best practice, the process should fail in case the web application
failed to initialize properly.
By adding the additional jar created by this project to Tomcat classpath and adding the new listener in the
Tomcat
conf/server.xml the user can make sure the Tomcat process fails in case there is an initialization exception in
their web application which will cause the Tomcat used the tomcat container to abort in immediately indicate
that there was an initialization error
Abort tomcat when a webapp fails to deploy in Docker container
Docker container best practice. Tomcat does not stop if a webapp fail to deploy and the container will continue
to run.
By adding this listener the tomcat will abort in case the Tomcat fails to deploy the webapp,
And the container will not start.
You will need to place the listener in Tomcat server.xml and set the Tomcat classpath to contain this jar
Group: com.github.yohayg Artifact: tomcat-deployment-listener
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact tomcat-deployment-listener
Group com.github.yohayg
Version 2.0.0
Last update 03. April 2018
Organization not specified
URL https://github.com/yohayg/tomcat-deployment-listener.git
License MIT License
Dependencies amount 1
Dependencies tomcat-catalina,
There are maybe transitive dependencies!
Group com.github.yohayg
Version 2.0.0
Last update 03. April 2018
Organization not specified
URL https://github.com/yohayg/tomcat-deployment-listener.git
License MIT License
Dependencies amount 1
Dependencies tomcat-catalina,
There are maybe transitive dependencies!
libmatthew from group com.github.hypfvieh (version 0.8.3)
Some libraries from Matthew Johnson: http://www.matthew.ath.cx/projects/java/
Modifications:
- including precompiled native C libraries (libunix-java) for architectures: arm, amd64 and i386
- UnixSocket/UnixServerSocket now implements closable (allows try-with-resources usage)
- Cleaned up code style
- Split test classes to test classpath
- Introduced JUnit
- Removed the whole CGI package, it should never ever been used these days
10 downloads
Artifact libmatthew
Group com.github.hypfvieh
Version 0.8.3
Last update 01. January 2018
Organization not specified
URL https://github.com/hypfvieh/${project.artifactId}
License MIT License
Dependencies amount 2
Dependencies java-utils, slf4j-api,
There are maybe transitive dependencies!
Group com.github.hypfvieh
Version 0.8.3
Last update 01. January 2018
Organization not specified
URL https://github.com/hypfvieh/${project.artifactId}
License MIT License
Dependencies amount 2
Dependencies java-utils, slf4j-api,
There are maybe transitive dependencies!
kernel from group io.nuun (version 1.0.M9)
Group: io.nuun Artifact: kernel
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
jbi_framework from group net.open-esb.core (version 2.4.3)
nuun-kernel from group org.nuunframework (version 1.1.0.M6)
Nuun Kernel is a software kernel for framework creation. It brings a powerful plugin design plus
a JSR 330 compliant injection mechanism backed by Guice.
Plugin benefits from kernel capabilities by sendings request to it :
- kernel params request :
- Classpath scans request :on class by name, annotation, meta annotation or more generally Predicate
- Binding Request :
Nuun Kernel provides an SPI in order to bring IOC from other vendors.
Nuun Kernel come with 2 plugins:
- Configuration Plugin : a plugin that inject the good property based on @Property annotation.
- Log plugin : a Log handler that inject the good Log implementation
0 downloads
Artifact nuun-kernel
Group org.nuunframework
Version 1.1.0.M6
Last update 11. September 2014
Organization not specified
URL http://nuunframework.org/kernel
License LGPL 3.0
Dependencies amount 10
Dependencies sisu-guice, javax.inject, jsr305, aopalliance, reflections, commons-configuration, commons-collections, slf4j-api, powermock-core, powermock-api-mockito,
There are maybe transitive dependencies!
Group org.nuunframework
Version 1.1.0.M6
Last update 11. September 2014
Organization not specified
URL http://nuunframework.org/kernel
License LGPL 3.0
Dependencies amount 10
Dependencies sisu-guice, javax.inject, jsr305, aopalliance, reflections, commons-configuration, commons-collections, slf4j-api, powermock-core, powermock-api-mockito,
There are maybe transitive dependencies!
spring-maven-plugin from group org.kuali.maven.plugins (version 3.1.0)
This plugin provides integration between Spring and Maven.
Plugin goals support loading an arbitrary Spring context XML file as part of the Maven build lifecycle.
The XML file can be on the local file system or be accessible via any URL Spring's resource loading mechanism can understand.
Spring's "classpath:context.xml" style notation is supported.
From version 2.0.0 on, annotated Java classes can also be used to load a Spring context.
The full set of Maven properties are injected into the Spring context (both XML and annotation style) as a bean named "mavenProperties".
Maven properties are also registered as a top level PropertySource so that Spring's placeholder resolution framework automatically considers them.
See Project Reports -> Plugin Documentation for details on plugin goals.
Group: org.kuali.maven.plugins Artifact: spring-maven-plugin
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact spring-maven-plugin
Group org.kuali.maven.plugins
Version 3.1.0
Last update 12. March 2014
Organization not specified
URL http://${kuali.site.hostname}/maven/plugins/${project.artifactId}/${project.version}
License not specified
Dependencies amount 2
Dependencies kuali-util, kuali-maven,
There are maybe transitive dependencies!
Group org.kuali.maven.plugins
Version 3.1.0
Last update 12. March 2014
Organization not specified
URL http://${kuali.site.hostname}/maven/plugins/${project.artifactId}/${project.version}
License not specified
Dependencies amount 2
Dependencies kuali-util, kuali-maven,
There are maybe transitive dependencies!
Page 39 from 41 (items total 408)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy