Download JAR files tagged by third with all dependencies
org.wso2.carbon.mediation.commons from group org.wso2.carbon.mediation (version 4.7.218)
This module is common library module used by both WSO2 EI and WSO2 MI.
This contains utility library modules.
Note: Please follow below guides when adding new packages
1. AVOID adding any OSGI Declarative services
2. AVOID adding WSO2 specific modules as dependencies.
For example: Carbon-Kernel, Carbon-Registry
3. No restrictions to add any third party dependencies (that comply with WSO2 license policies)
For example: Axis2, Synapse, Axiom, etc.
Group: org.wso2.carbon.mediation Artifact: org.wso2.carbon.mediation.commons
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact org.wso2.carbon.mediation.commons
Group org.wso2.carbon.mediation
Version 4.7.218
Last update 18. September 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies synapse-core, org.wso2.carbon.core, gson, swagger-parser,
There are maybe transitive dependencies!
Group org.wso2.carbon.mediation
Version 4.7.218
Last update 18. September 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies synapse-core, org.wso2.carbon.core, gson, swagger-parser,
There are maybe transitive dependencies!
google-closure-library-third-party from group org.clojure (version 0.0-20230227-c7c0a541)
The Google Closure Library is a collection of JavaScript code
designed for use with the Google Closure JavaScript Compiler.
This non-official distribution was prepared by the ClojureScript
team at http://clojure.org/
This package contains extensions to the Google Closure Library
using third-party components, which may be distributed under
licenses other than the Apache license. Licenses for individual
library components may be found in source-code comments.
0 downloads
Artifact google-closure-library-third-party
Group org.clojure
Version 0.0-20230227-c7c0a541
Last update 27. February 2023
Organization Google
URL http://code.google.com/p/closure-library/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group org.clojure
Version 0.0-20230227-c7c0a541
Last update 27. February 2023
Organization Google
URL http://code.google.com/p/closure-library/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
princeton-wordnet-java from group com.estepsoftwareforensics (version 1.0.0)
Princeton WordNet for Java is a simple API which provides access to an english dictionary that is backed by the Princeton University WordNet datasets. This is intended to be a third-party supporting library to any application that requires an english word dictionary -- providing the ability to lookup a word, get its many definitions, and get the list of synonyms and any related words.
Group: com.estepsoftwareforensics Artifact: princeton-wordnet-java
Show documentation
Show documentation
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact princeton-wordnet-java
Group com.estepsoftwareforensics
Version 1.0.0
Last update 30. January 2022
Organization not specified
URL https://estepsoftwareforensics.com
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.estepsoftwareforensics
Version 1.0.0
Last update 30. January 2022
Organization not specified
URL https://estepsoftwareforensics.com
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
java-flac-encoder from group com.github.axet (version 0.3.8)
javaFlacEncoder is a pure java implementation of a FLAC encoder library. It is designed to allow third-party java applications to enable flac encoding without resorting to use of JNI or scripted file conversions. Additionally, a basic console wav->flac encoding tool is included as part of this package.
Original project can be found here: http://javaflacencoder.sourceforge.net/
Artifact java-flac-encoder
Group com.github.axet
Version 0.3.8
Last update 27. May 2017
Organization not specified
URL https://github.com/amplexus/java-flac-encoder
License GNU LGPL(v2.1)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.github.axet
Version 0.3.8
Last update 27. May 2017
Organization not specified
URL https://github.com/amplexus/java-flac-encoder
License GNU LGPL(v2.1)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
java-flac-encoder from group net.sourceforge.javaflacencoder (version 0.3.7)
javaFlacEncoder is a pure java implementation of a FLAC encoder library. It is designed to allow third-party java applications to enable flac encoding without resorting to use of JNI or scripted file conversions. Additionally, a basic console wav->flac encoding tool is included as part of this package.
Original project can be found here: http://javaflacencoder.sourceforge.net/
Group: net.sourceforge.javaflacencoder Artifact: java-flac-encoder
Show all versions Show documentation Show source
Show all versions Show documentation Show source
217 downloads
Artifact java-flac-encoder
Group net.sourceforge.javaflacencoder
Version 0.3.7
Last update 10. October 2015
Organization not specified
URL https://github.com/amplexus/java-flac-encoder
License GNU LGPL(v2.1)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group net.sourceforge.javaflacencoder
Version 0.3.7
Last update 10. October 2015
Organization not specified
URL https://github.com/amplexus/java-flac-encoder
License GNU LGPL(v2.1)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
javafx-deploy-lib from group com.zenjava (version 1.2)
The JavaFX Deploy Lib provides a core functionality for assembling JavaFX applications. It is build-tool independent and is intended to be
used as a base to build plugins for Maven, Gradle and other third party tools. It is a direct replacement for the 'JavaFX packaging' library
that comes with the JDK but without the limitations that come from being bundled in the JDK.
2 downloads
Artifact javafx-deploy-lib
Group com.zenjava
Version 1.2
Last update 14. February 2013
Organization not specified
URL https://github.com/zonski/javafx-deploy-lib
License GNU General Public License (GPL)
Dependencies amount 1
Dependencies velocity,
There are maybe transitive dependencies!
Group com.zenjava
Version 1.2
Last update 14. February 2013
Organization not specified
URL https://github.com/zonski/javafx-deploy-lib
License GNU General Public License (GPL)
Dependencies amount 1
Dependencies velocity,
There are maybe transitive dependencies!
jpasecurity from group org.jpasecurity (version 1.0.3)
JPA Security is an Access Control Solution for the Java Persistence API (JPA). With JPA Security your
access control can be performed in the database. You may query the database for all objects of a certain type
and will receive only the objects you have read access for. This filtering is performed in the database.
Unaccessible queried objects will not be loaded into memory. JPA Security enables you to completely remove
security-related code from your code-base.
All access control may be configured via Annotations or XML. With JPA Security you do not have
to change your access control paradigm
(but maybe you want to, when you see the great capability of JPA Security).
You even can mix access control paradigms easily. JPA Security is not designed to replace current security
solutions, but to extend them. It integrates smoothly into the security mechanisms of the Java EE Platform,
but may be used with third-party frameworks like Spring Security or in Java SE, too.
With the extensibility of JPA Security it is easy to provide your own access control paradigm,
access rules storage or login mechanism.
0 downloads
Artifact jpasecurity
Group org.jpasecurity
Version 1.0.3
Last update 04. January 2023
Organization not specified
URL https://jpasecurity.org
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies assertj-core, jsr250-api, slf4j-api,
There are maybe transitive dependencies!
Group org.jpasecurity
Version 1.0.3
Last update 04. January 2023
Organization not specified
URL https://jpasecurity.org
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies assertj-core, jsr250-api, slf4j-api,
There are maybe transitive dependencies!
imagej-maven-plugin from group net.imagej (version 0.7.1)
A plugin helping with installing ImageJ 1.x plugins and dependencies. In ImageJ 1.x, .jar files containing an underscore are automatically scanned for classes whose names contain underscores. Every such class is considered to be a plugin. That is not true, however, for jai_codec.jar's classes. Therefore, Fiji introduced the split between plugins/ and jars/, where third-party libraries are expected to live in jars/. ImageJ2 uses the same structure since it is backwards compatible.
0 downloads
Artifact imagej-maven-plugin
Group net.imagej
Version 0.7.1
Last update 11. September 2018
Organization ImageJ
URL http://imagej.net/ImageJ_Maven_plugin
License Simplified BSD License
Dependencies amount 11
Dependencies maven-artifact, maven-compat, maven-core, maven-model, maven-plugin-api, maven-plugin-annotations, maven-artifact-transfer, maven-common-artifact-filters, plexus-interpolation, plexus-utils, scijava-common,
There are maybe transitive dependencies!
Group net.imagej
Version 0.7.1
Last update 11. September 2018
Organization ImageJ
URL http://imagej.net/ImageJ_Maven_plugin
License Simplified BSD License
Dependencies amount 11
Dependencies maven-artifact, maven-compat, maven-core, maven-model, maven-plugin-api, maven-plugin-annotations, maven-artifact-transfer, maven-common-artifact-filters, plexus-interpolation, plexus-utils, scijava-common,
There are maybe transitive dependencies!
laf from group net.sf.squirrel-sql.plugins (version 3.5.0)
This plugin gives SQuirreLSQL client the ability to configure alternate LaFs provided by the plugin
as well as others that the user can provide. All dependencies listed with a groupId of
net.sf.squirrel-sql and artifactId starting with squirrelsql-lf- are externally available
open-source
look and feels whose project maintainers have decided to not use maven, or those which were built and
maintained only before the introduction of maven. Maven's central repository policy requires any
pom that is deployed there to reference only artifacts which are also hosted in central. And a
project may only use the groupId that is related to that project. So, this only leaves us with one
option which is to host these external third-party artifacts using our groupId. The hope is that
someday these projects will start using maven and the need for this will no longer be.
2 downloads
Artifact laf
Group net.sf.squirrel-sql.plugins
Version 3.5.0
Last update 06. May 2013
Organization not specified
URL http://www.squirrelsql.org/
License GNU Lesser
Dependencies amount 14
Dependencies fw, squirrel-sql, ilf-gpl, kunstoff-laf, looks, napkinlaf, nimrod-laf, skinlf, skinlf-theme-packs, substance, swingsetthemes, tinylaf, toniclf, JTattoo,
There are maybe transitive dependencies!
Group net.sf.squirrel-sql.plugins
Version 3.5.0
Last update 06. May 2013
Organization not specified
URL http://www.squirrelsql.org/
License GNU Lesser
Dependencies amount 14
Dependencies fw, squirrel-sql, ilf-gpl, kunstoff-laf, looks, napkinlaf, nimrod-laf, skinlf, skinlf-theme-packs, substance, swingsetthemes, tinylaf, toniclf, JTattoo,
There are maybe transitive dependencies!
third-party from group uk.org.retep.third-party (version 10.1)
This repository contains various third party sources required by the main
retepTools repository.
The reason for this is when they are only available in SNAPSHOT format and
we require a release version to enable us to run a release.
Although not ideal, this is sometimes necessary if some critical bug needs to
be fixed.
Currently this contains docbkx-tools.
Rules for this repository:
* Projects must follow the same licensing as the main project :-
BSD, Apache2 etc but not GPL, LGPL etc
* groupId's must be within the uk.org.retep.third-party namespace - and not
the projects original namespace (so we don't have version conflicts)
* Must be disabled/removed once those projects become stable
Group: uk.org.retep.third-party Artifact: third-party
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact third-party
Group uk.org.retep.third-party
Version 10.1
Last update 29. January 2010
Organization Retep Development Group
URL http://kenai.com/projects/reteptools
License BSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group uk.org.retep.third-party
Version 10.1
Last update 29. January 2010
Organization Retep Development Group
URL http://kenai.com/projects/reteptools
License BSD
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Page 87 from 3 (items total 880)