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

Download JAR files tagged by properties with all dependencies

Search JAR files by class name

osgi.enroute.configurer.simple.provider from group biz.aQute (version 2.2.0)

This component is an extender that reads the /configuration/configuration.json file and installs the list of maps in there as configuration. The configurer supports a number of features like profiles, macro expansion, binary resource handling, and configuration through system properties. See the readme.md file for more details.

Group: biz.aQute Artifact: osgi.enroute.configurer.simple.provider
Show documentation Show source 
 

0 downloads
Artifact osgi.enroute.configurer.simple.provider
Group biz.aQute
Version 2.2.0
Last update 06. January 2020
Organization OSGi Alliance
URL http://v2archive.enroute.osgi.org/
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

glue from group in.erail (version 6.7.8)

Proven and opinionated programming, and configuration model for Java and Vertx based applications. Inspired from ATG Nucleus, provides powerful layer base configuration management using simple properties file.

Group: in.erail Artifact: glue
Show all versions Show documentation Show source 
 

2 downloads
Artifact glue
Group in.erail
Version 6.7.8
Last update 24. May 2019
Organization not specified
URL https://vinscom.github.io/glue/
License The Apache Software License, Version 2.0
Dependencies amount 7
Dependencies rxjava, vertx-core, vertx-dropwizard-metrics, log4j-api, log4j-core, guava, commons-csv,
There are maybe transitive dependencies!

lib-i18n from group com.github.naoghuman (version 0.8.0)

The library `Lib-I18N` allows a developer to bind a key-value pair of a `.properties` file to a [StringBinding]. This makes it very easy to change the language during runtime in a [JavaFX] application. Lib-I18N is written in JavaFX, [Maven] and [NetBeans].

Group: com.github.naoghuman Artifact: lib-i18n
Show all versions Show documentation Show source 
 

0 downloads
Artifact lib-i18n
Group com.github.naoghuman
Version 0.8.0
Last update 28. April 2019
Organization Naoghuman's dream
URL https://github.com/Naoghuman/lib-i18n.git
License The GNU General Public License, Version 3.0
Dependencies amount 1
Dependencies lib-logger,
There are maybe transitive dependencies!

beigesoft-orm from group org.beigesoft (version 1.1.8)

This is simple lightweigt multiplatform (JDBC/Android) ORM library. It supports Postgresql, MySql, H2 and SQlite. It consist of ORM logic except platform dependent database access logic - e.g. JDBC or Android. It's configured with Beige-Settings (standard Java Properties XML files).

Group: org.beigesoft Artifact: beigesoft-orm
Show all versions Show documentation Show source 
 

0 downloads
Artifact beigesoft-orm
Group org.beigesoft
Version 1.1.8
Last update 11. February 2019
Organization not specified
URL https://sites.google.com/site/beigesoftware
License GNU General Public License version 2
Dependencies amount 1
Dependencies beigesoft-settings,
There are maybe transitive dependencies!

grpc-client-spring-boot from group codes.sf (version 0.0.4)

Allows Spring Boot-style configuration of gRPC stubs using properties and JavaConfig. Automatically registers gRPC stubs found on the classpath as beans with the ApplicationContext so they can be easily injected with @Autowired and other injection methods.

Group: codes.sf Artifact: grpc-client-spring-boot
Show all versions Show documentation Show source 
 

0 downloads
Artifact grpc-client-spring-boot
Group codes.sf
Version 0.0.4
Last update 25. October 2018
Organization not specified
URL https://github.com/sfcodes/grpc-client-spring-boot
License The Apache License, Version 2.0
Dependencies amount 4
Dependencies spring-boot, spring-boot-autoconfigure, grpc-services, grpc-netty,
There are maybe transitive dependencies!

osgi.enroute.configurer.simple.provider from group org.osgi (version 2.1.0)

This component is an extender that reads the /configuration/configuration.json file and installs the list of maps in there as configuration. The configurer supports a number of features like profiles, macro expansion, binary resource handling, and configuration through system properties. See the readme.md file for more details.

Group: org.osgi Artifact: osgi.enroute.configurer.simple.provider
Show all versions Show documentation Show source 
 

0 downloads
Artifact osgi.enroute.configurer.simple.provider
Group org.osgi
Version 2.1.0
Last update 26. September 2018
Organization OSGi Alliance
URL http://v2archive.enroute.osgi.org/
License http://opensource.org/licenses/apache2.0.php
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

escape-unicode-file-filter from group org.polago.maven.shared.filtering (version 2.0)

The Escape Unicode Maven File Filter is a Plexus Component that provides an implementation of org.apache.maven.shared.filtering.MavenFileFilter that translates all non-ASCII characters to the corresponding java escape sequence in properties files. It's normally used with maven plugins that uses the Apache Maven Filtering Shared Component, such as maven-resources-plugin.

Group: org.polago.maven.shared.filtering Artifact: escape-unicode-file-filter
Show all versions Show documentation Show source 
 

0 downloads
Artifact escape-unicode-file-filter
Group org.polago.maven.shared.filtering
Version 2.0
Last update 14. November 2016
Organization Polago AB
URL http://www.polago.org/escape-unicode-file-filter
License Apache License, Version 2.0
Dependencies amount 2
Dependencies maven-core, maven-filtering,
There are maybe transitive dependencies!

pp-spring from group net.sf.prefixedproperties (version 3.1.0)

Extended Properties class to filter properties by an environment, system, host, user or a combination of them. Supports request depended propeties. Use XML, Properties or JSON to write your configuration. Supports Spring as PropertyPlaceholderConfigurer or PropertyOverrideConfigurer. Use Resourcebundles on a environmental or user specific level.

Group: net.sf.prefixedproperties Artifact: pp-spring
Show all versions Show documentation Show source 
 

0 downloads
Artifact pp-spring
Group net.sf.prefixedproperties
Version 3.1.0
Last update 15. October 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies pp-core,
There are maybe transitive dependencies!

pp-core from group net.sf.prefixedproperties (version 3.1.0)

Extended Properties class to filter properties by an environment, system, host, user or a combination of them. Supports request depended propeties. Use XML, Properties or JSON to write your configuration. Supports Spring as PropertyPlaceholderConfigurer or PropertyOverrideConfigurer. Use Resourcebundles on a environmental or user specific level.

Group: net.sf.prefixedproperties Artifact: pp-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact pp-core
Group net.sf.prefixedproperties
Version 3.1.0
Last update 15. October 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies commons-lang, jackson-dataformat-yaml, log4j, triemap,
There are maybe transitive dependencies!

prefixedproperties-parent from group net.sf.prefixedproperties (version 3.1.0)

Extended Properties class to filter properties by an environment, system, host, user or a combination of them. Supports request depended propeties. Use XML, Properties or JSON to write your configuration. Supports Spring as PropertyPlaceholderConfigurer or PropertyOverrideConfigurer. Use Resourcebundles on a environmental or user specific level.

Group: net.sf.prefixedproperties Artifact: prefixedproperties-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact prefixedproperties-parent
Group net.sf.prefixedproperties
Version 3.1.0
Last update 15. October 2016
Organization not specified
URL http://mbrade.github.io/prefixedproperties
License BSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 160 from 186 (items total 1854)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy