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

Download JAR files tagged by just with all dependencies

Search JAR files by class name

uportal-db from group org.jasig.portal (version 4.3.1)

The goal of this module is to be able to deploy all the db driver jars to all environments instead of needing to change parent pom properties and rebuilding for each environment. The same effect used to be accomplished by manually updating all related poms with hardcoded dependencies, this module allows for just one place to be updated and the change propogates to all the packaged modules/portlets.

Group: org.jasig.portal Artifact: uportal-db
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact uportal-db
Group org.jasig.portal
Version 4.3.1
Last update 21. October 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies hsqldb,
There are maybe transitive dependencies!

easymonitor from group cn.easyproject (version 1.5.0-RELEASE)

EasyMonitor is a free open-source Java-based, cross-platform operation monitoring system service components engine framework. Can run as application(EasyMonitor Application), and can be extended as the monitoring engine(EasyMonitor Engine). EasyMonitor provide support for the need to monitor the operating state of the program scene,notification, script execution is equal to function. And all this, just a simple configuration management to complete.

Group: cn.easyproject Artifact: easymonitor
Show all versions Show documentation Show source 
 

0 downloads
Artifact easymonitor
Group cn.easyproject
Version 1.5.0-RELEASE
Last update 21. September 2016
Organization not specified
URL http://easyproject.cn/easymonitor
License The Apache Software License, Version 2.0
Dependencies amount 9
Dependencies spring-context, spring-aop, spring-context-support, spring-tx, slf4j-log4j12, javax.mail, freemarker, quartz, quartz-jobs,
There are maybe transitive dependencies!

secret-store-feature-pack-resources from group org.keycloak.secretstore (version 1.0.15.Final)

This Maven module exists solely because wildfly-server-provisioning-maven-plugin is able to load the subsystem fragments (see src/main/resources/subsystem-templates/*) only from jars that are pulled by some WildFly module. Projects that have WildFly modules usually pack this kind of resources inside one of the modules' jars. Although we do not need a WildFly module to run any code, we need to have one just for the sake of loading the subsystem-templates by wildfly-server-provisioning-maven-plugin.

Group: org.keycloak.secretstore Artifact: secret-store-feature-pack-resources
Show all versions Show source 
 

0 downloads
Artifact secret-store-feature-pack-resources
Group org.keycloak.secretstore
Version 1.0.15.Final
Last update 18. April 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

hawkular-accounts-feature-pack-resources from group org.hawkular.accounts (version 2.0.18.Final)

This Maven module exists solely because wildfly-server-provisioning-maven-plugin is able to load the subsystem fragments (see src/main/resources/subsystem-templates/*) only from jars that are pulled by some WildFly module. Projects that have WildFly modules usually pack this kind of resources inside one of the modules' jars. Although we do not need a WildFly module to run any code, we need to have one just for the sake of loading the subsystem-templates by wildfly-server-provisioning-maven-plugin. Once Hawkular Accounts will have a subsystem or a WildFly module, the resources hosted here can move there.

Group: org.hawkular.accounts Artifact: hawkular-accounts-feature-pack-resources
Show all versions Show source 
 

0 downloads
Artifact hawkular-accounts-feature-pack-resources
Group org.hawkular.accounts
Version 2.0.18.Final
Last update 04. February 2016
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

xapi-dev from group net.wetheinter (version 0.5)

Everything needed to run a comprehensive dev environment. Just type X_ and pick a service from autocomplete; new dev modules will be added as they are built. The only dev service not included in the uber jar is xapi-dev-maven, as it includes all runtime dependencies of maven, adding ~4 seconds to build time, and 6 megabytes to the final output jar size (without xapi-dev-maven, it's ~1MB).

Group: net.wetheinter Artifact: xapi-dev
Show all versions Show documentation Show source 
 

0 downloads
Artifact xapi-dev
Group net.wetheinter
Version 0.5
Last update 30. May 2015
Organization not specified
URL WeTheInter.net
License not specified
Dependencies amount 0
Dependencies No dependencies
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!

adal4j from group com.microsoft.aad (version 0.0.2)

Azure active directory library for java gives you the ability to add Windows Azure Active Directory authentication to your application with just a few lines of additional code. Using our ADAL SDKs you can quickly and easily extend your existing application to all the employees that use Windows Azure AD and Active Directory on-premises using Active Directory Federation Services, including Office365 customers.

Group: com.microsoft.aad Artifact: adal4j
Show all versions Show documentation Show source 
 

11 downloads
Artifact adal4j
Group com.microsoft.aad
Version 0.0.2
Last update 26. November 2014
Organization not specified
URL http://maven.apache.org
License Apache License, Version 2.0
Dependencies amount 3
Dependencies oauth2-oidc-sdk, gson, slf4j-api,
There are maybe transitive dependencies!

guava-bootstrap-jdk5 from group com.google.guava (version 17.0)

ExecutorService's type parameters changed between JDK5 and JDK6 in a way that makes it impossible for our invokeAll/invokeAny methods to match both at compile time. This project builds a JDK6-like copy of ExecutorService (but with JDK5 compiler settings to ensure that it will work with JRE5 at runtime). It also builds a version of AbstractExecutorService that is equivalent to a JDK5 version but using the JDK6 type parameters for the invokeAll/invokeAny methods just as with ExecutorService. This project's is then used in the bootstrap class path of Guava proper.

Group: com.google.guava Artifact: guava-bootstrap-jdk5
Show all versions Show documentation Show source 
 

2 downloads
Artifact guava-bootstrap-jdk5
Group com.google.guava
Version 17.0
Last update 22. April 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

adal from group com.microsoftopentechnologies (version 0.6-alpha)

Azure active directory library for Android gives you the ability to add Windows Azure Active Directory authentication to your application with just a few lines of additional code. Using our ADAL SDKs you can quickly and easily extend your existing application to all the employees that use Windows Azure AD and Active Directory on-premises using Active Directory Federation Services, including Office365 customers.

Group: com.microsoftopentechnologies Artifact: adal
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact adal
Group com.microsoftopentechnologies
Version 0.6-alpha
Last update 14. April 2014
Organization not specified
URL https://github.com/MSOpenTech/azure-activedirectory-library-for-android
License Apache License, Version 2.0
Dependencies amount 2
Dependencies compatibility-v4, gson,
There are maybe transitive dependencies!

hapi-structures-v231-alternatenames from group ca.uhn.hapi (version 2.1)

Group: ca.uhn.hapi Artifact: hapi-structures-v231-alternatenames
Show documentation Show source 
 

1 downloads
Artifact hapi-structures-v231-alternatenames
Group ca.uhn.hapi
Version 2.1
Last update 01. April 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies hapi-base,
There are maybe transitive dependencies!



Page 79 from 87 (items total 868)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy