Download JAR files tagged by seems with all dependencies
common-utils from group com.pippsford (version 1.15)
Code that seems to me to have utility across multiple projects
Artifact common-utils
Group com.pippsford
Version 1.15
Last update 11. August 2022
Organization not specified
URL https://github.com/simon-greatrix/common-utils
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.pippsford
Version 1.15
Last update 11. August 2022
Organization not specified
URL https://github.com/simon-greatrix/common-utils
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
bitcoin-commons from group net.osslabz (version 0.2.1)
This package decouples my bitcoin related libraries from the underlying implementation although it
seems unlikely this will ever
change ;-)
0 downloads
Artifact bitcoin-commons
Group net.osslabz
Version 0.2.1
Last update 13. November 2024
Organization not specified
URL https://github.com/osslabz/bitcoin-commons
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies bitcoinj-core, protobuf-javalite, slf4j-api,
There are maybe transitive dependencies!
Group net.osslabz
Version 0.2.1
Last update 13. November 2024
Organization not specified
URL https://github.com/osslabz/bitcoin-commons
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies bitcoinj-core, protobuf-javalite, slf4j-api,
There are maybe transitive dependencies!
jpod from group com.scireum (version 2.0)
This is a fork of http://sourceforge.net/projects/jpodlib/ as development seems to be frozen.
We're providing some bug fixes along with deployments to maven.
Artifact jpod
Group com.scireum
Version 2.0
Last update 16. July 2018
Organization not specified
URL Not specified
License BSD
Dependencies amount 3
Dependencies iscwt, isrt, jbig2,
There are maybe transitive dependencies!
Group com.scireum
Version 2.0
Last update 16. July 2018
Organization not specified
URL Not specified
License BSD
Dependencies amount 3
Dependencies iscwt, isrt, jbig2,
There are maybe transitive dependencies!
axiom-tests from group org.apache.ws.commons.axiom (version 1.2.9)
The Axiom test suite. This ought to be split into several parts and be made
a part of axiom-api, axiom-impl and axiom-dom. However, that's not as easy
as it seems. The intention is to start with axiom-test and continuosly move
parts to the actual projects.
Artifact axiom-tests
Group org.apache.ws.commons.axiom
Version 1.2.9
Last update 06. July 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies axiom-api, axiom-impl, axiom-dom, jaxen, commons-logging, junit, xmlunit, geronimo-stax-api_1.0_spec, ${stax.impl.artifact},
There are maybe transitive dependencies!
Group org.apache.ws.commons.axiom
Version 1.2.9
Last update 06. July 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies axiom-api, axiom-impl, axiom-dom, jaxen, commons-logging, junit, xmlunit, geronimo-stax-api_1.0_spec, ${stax.impl.artifact},
There are maybe transitive dependencies!
org.semanticweb.hermit from group com.hermit-reasoner (version 1.3.8.4)
HermiT is reasoner for ontologies written using the Web
Ontology Language (OWL). Given an OWL file, HermiT can determine whether or
not the ontology is consistent, identify subsumption relationships between
classes, and much more.
This is the maven build of HermiT and is designed for people who wish to use
HermiT from within the OWL API. It is now versioned in the main HermiT
version repository, although not officially supported by the HermiT
developers.
The version number of this package is a composite of the HermiT version and
an value representing releases of this packaged version. So, 1.3.7.1 is the
first release of the mavenized version of HermiT based on the 1.3.7 release
of HermiT.
This package includes the Jautomata library
(http://jautomata.sourceforge.net/), and builds with it directly. This
library appears to be no longer under active development, and so a "fork"
seems appropriate. No development is intended or anticipated on this code
base.
Group: com.hermit-reasoner Artifact: org.semanticweb.hermit
Show all versions Show documentation Show source
Show all versions Show documentation Show source
10 downloads
Artifact org.semanticweb.hermit
Group com.hermit-reasoner
Version 1.3.8.4
Last update 24. January 2014
Organization not specified
URL http://hermit-reasoner.com/
License LGPL
Dependencies amount 7
Dependencies commons-logging, owlapi-distribution, axiom-api, axiom-c14n, axiom-impl, axiom-dom, automaton,
There are maybe transitive dependencies!
Group com.hermit-reasoner
Version 1.3.8.4
Last update 24. January 2014
Organization not specified
URL http://hermit-reasoner.com/
License LGPL
Dependencies amount 7
Dependencies commons-logging, owlapi-distribution, axiom-api, axiom-c14n, axiom-impl, axiom-dom, automaton,
There are maybe transitive dependencies!
jfreechart from group se.malmin (version 1.5.3)
This is a fork of jfreechart. The purpose is to the build it with the Java module sytem and Java 17.
This to be able to use it in building java applications with reduced runtimes.
Three servlet classes have been removed as they depended on the automatic module servlet.api.
No functionality has beed added. All credit to the original project.
Introduzing the module system has broken the unit tests. Everything seems to work as expected though.
If you stumble upon this, then it might be useful if you need to use jfreechart in a Java module application.
This project will not be maintained though. It looks like jfreechart is adopting the module system and that it might be released soon.
jfreechart with Java 11 and modules for java fx applications was recently released.
JFreeChart is a class library, written in Java, for generating charts.
Utilising the Java2D API, it supports a wide range of chart types including
bar charts, pie charts, line charts, XY-plots, time series plots, Sankey charts
and more.
Artifact jfreechart
Group se.malmin
Version 1.5.3
Last update 20. September 2023
Organization JFree.org
URL http://www.jfree.org/jfreechart/
License GNU Lesser General Public Licence
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group se.malmin
Version 1.5.3
Last update 20. September 2023
Organization JFree.org
URL http://www.jfree.org/jfreechart/
License GNU Lesser General Public Licence
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
org.semanticweb.hermit from group net.sourceforge.owlapi (version 1.4.5.519)
HermiT is reasoner for ontologies written using the Web Ontology Language (OWL). Given an OWL file, HermiT can determine whether or not the ontology is consistent, identify subsumption relationships between classes, and much more.
This is the maven build of HermiT and is designed for people who wish to use HermiT from within the OWL API. It is now versioned in the main HermiT version repository, although not officially supported by the HermiT developers.
The version number of this package is a composite of the HermiT version and a value representing the OWLAPI release it is compatible with. Note that the group id for the upstream HermiT is com.hermit-reasoner, while this fork is released under net.sourceforge.owlapi.
This fork exists to allow HermiT users to use newer OWLAPI versions than the ones supported by the original HermiT codebase.
This package includes the Jautomata library (http://jautomata.sourceforge.net/), and builds with it directly. This library appears to be no longer under active development, and so a "fork" seems appropriate. No development is intended or anticipated on this code base.
Group: net.sourceforge.owlapi Artifact: org.semanticweb.hermit
Show all versions Show documentation Show source
Show all versions Show documentation Show source
61 downloads
Artifact org.semanticweb.hermit
Group net.sourceforge.owlapi
Version 1.4.5.519
Last update 18. February 2020
Organization not specified
URL http://hermit-reasoner.com/
License LGPL
Dependencies amount 9
Dependencies commons-logging, owlapi-distribution, axiom-api, axiom-c14n, axiom-impl, axiom-dom, automaton, java-getopt, trove4j,
There are maybe transitive dependencies!
Group net.sourceforge.owlapi
Version 1.4.5.519
Last update 18. February 2020
Organization not specified
URL http://hermit-reasoner.com/
License LGPL
Dependencies amount 9
Dependencies commons-logging, owlapi-distribution, axiom-api, axiom-c14n, axiom-impl, axiom-dom, automaton, java-getopt, trove4j,
There are maybe transitive dependencies!
HermiT from group com.github.ansell.hermit (version 1.3.8.2-ansell)
HermiT is reasoner for ontologies written using the Web
Ontology Language (OWL). Given an OWL file, HermiT can determine whether or
not the ontology is consistent, identify subsumption relationships between
classes, and much more.
This is the maven build of HermiT and is designed for people who wish to use
HermiT from within the OWL API. It is not officially supported by the HermiT
development team, but was built initially for use with the Clojure-OWL
library. It is built using the HermiT source tree without modification.
There have been some additions to the test source tree to account for
differences between the maven and ant environment; these are small and
(hopefully) maintainable.
The version number of this package is a composite of the HermiT version and
an value representing releases of this packaged version. So, 1.3.7.1 is the
first release of the mavenized version of HermiT based on the 1.3.7 release
of HermiT.
This package includes the Jautomata library
(http://jautomata.sourceforge.net/), and builds with it directly. This
library appears to be no longer under active development, and so a "fork"
seems appropriate. No development is intended or anticipated on this code
base.
Artifact HermiT
Group com.github.ansell.hermit
Version 1.3.8.2-ansell
Last update 03. September 2013
Organization not specified
URL http://hermit-reasoner.com/
License LGPL
Dependencies amount 12
Dependencies owlapi-api, owlapi-impl, owlapi-parsers, owlapi-rio, sesame-rio-turtle, sesame-rio-ntriples, sesame-rio-rdfxml, axiom-api, axiom-c14n, axiom-impl, axiom-dom, automaton,
There are maybe transitive dependencies!
Group com.github.ansell.hermit
Version 1.3.8.2-ansell
Last update 03. September 2013
Organization not specified
URL http://hermit-reasoner.com/
License LGPL
Dependencies amount 12
Dependencies owlapi-api, owlapi-impl, owlapi-parsers, owlapi-rio, sesame-rio-turtle, sesame-rio-ntriples, sesame-rio-rdfxml, axiom-api, axiom-c14n, axiom-impl, axiom-dom, automaton,
There are maybe transitive dependencies!
Page 1 from 1 (items total 8)