Download JAR files tagged by different with all dependencies
json from group com.jwebmp.thirdparty (version 0.68.0.1)
JSON is a light-weight, language independent, data interchange format.
See http://www.JSON.org/
The files in this package implement JSON encoders/decoders in Java.
It also includes the capability to convert between JSON and XML, HTTP
headers, Cookies, and CDL.
This is a reference implementation. There is a large number of JSON packages
in Java. Perhaps someday the Java community will standardize on one. Until
then, choose carefully.
The license includes this restriction: "The software shall be used for good,
not evil." If your conscience cannot live with that, then choose a different
package.
3 downloads
Artifact json
Group com.jwebmp.thirdparty
Version 0.68.0.1
Last update 09. August 2019
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License The JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.jwebmp.thirdparty
Version 0.68.0.1
Last update 09. August 2019
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License The JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
json from group com.jwebmp (version 0.66.0.1)
JSON is a light-weight, language independent, data interchange format.
See http://www.JSON.org/
The files in this package implement JSON encoders/decoders in Java.
It also includes the capability to convert between JSON and XML, HTTP
headers, Cookies, and CDL.
This is a reference implementation. There is a large number of JSON packages
in Java. Perhaps someday the Java community will standardize on one. Until
then, choose carefully.
The license includes this restriction: "The software shall be used for good,
not evil." If your conscience cannot live with that, then choose a different
package.
Artifact json
Group com.jwebmp
Version 0.66.0.1
Last update 10. April 2019
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License The JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.jwebmp
Version 0.66.0.1
Last update 10. April 2019
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License The JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
beigesoft-webcrud from group org.beigesoft (version 1.1.8)
This is CRUD interface based on standard JEE MVC servlet, JSP, JSTL.
It renders forms and lists of any entity according XML settings (Beige-Settings).
Database logic is handled by Beige-ORM.
It also includes Mail-sender and database replicator through WEB-service. It is SQLite configured.
Put WAR file into Tomcat7 webapps, make sure that Tomcat has libraries: HikariCP-2.4.3.jar, sqlite-jdbc-3.8.11.2.jar,
slf4j-api-1.7.12.jar (versions may be different), for MS Windows change file separator in META-INF\context.xml connectionURL from "/" to "\" and reassemble WAR.
Beigesoft-Accounting-Web extends it into very complex business application.
Group: org.beigesoft Artifact: beigesoft-webcrud
Show all versions
Show all versions
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact beigesoft-webcrud
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 3
Dependencies beigesoft-webcrud-jar, taglibs-standard-spec, taglibs-standard-impl,
There are maybe transitive dependencies!
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 3
Dependencies beigesoft-webcrud-jar, taglibs-standard-spec, taglibs-standard-impl,
There are maybe transitive dependencies!
json from group com.jwebmp.jre11 (version 0.63.0.19)
JSON is a light-weight, language independent, data interchange format.
See http://www.JSON.org/
The files in this package implement JSON encoders/decoders in Java.
It also includes the capability to convert between JSON and XML, HTTP
headers, Cookies, and CDL.
This is a reference implementation. There is a large number of JSON packages
in Java. Perhaps someday the Java community will standardize on one. Until
then, choose carefully.
The license includes this restriction: "The software shall be used for good,
not evil." If your conscience cannot live with that, then choose a different
package.
Artifact json
Group com.jwebmp.jre11
Version 0.63.0.19
Last update 20. December 2018
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License The JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
Group com.jwebmp.jre11
Version 0.63.0.19
Last update 20. December 2018
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License The JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
sequences from group de.cit-ec.tcs.alignment (version 3.1.1)
This module contains the sequence datastructure of the
TCS Alignment Toolbox. It defines the possible value sets in the
ValueType enum as well as the different KeywordSpecification classes, namely:
1.) StringKeywordSpecification for string type values.
2.) SymbolicKeywordSpecification for values from a discrete alphabet (also refer to the Alphabet class)
3.) VectorialKeywordSpecification for vectors of some length (or for scalars)
A NodeSpecification is a vector of such KeywordSpecifications and defines
the order of value sets. A node, then, is defined as a vector of values
from these value sets (also refer to the Value interface as well as the
StringValue, SymbolicValue and VectorialValue classes). Finally a
sequence is defined as a list of such nodes.
0 downloads
Artifact sequences
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies lombok,
There are maybe transitive dependencies!
Group de.cit-ec.tcs.alignment
Version 3.1.1
Last update 26. October 2018
Organization not specified
URL http://openresearch.cit-ec.de/projects/tcs
License The GNU Affero General Public License, Version 3
Dependencies amount 1
Dependencies lombok,
There are maybe transitive dependencies!
osgi.enroute.webconsole.xray.provider from group org.osgi (version 2.1.0)
A plugin for the Apache Felix Webconsole. When installed, this bundle will add a tab on the Web Console that provides a graphic overview of the OSGi framework, including services, bundles, and components. Colors are used to encode the different states. Bundles are shown to be started, stopped, starting, resolved, and installed. Services are shown to be used, looked for, or registered in the air. Components can be seen to be operating or not satisfied. Most objects have a tooltip with extra information and all objects can be clicked upon. Hovering over a bundle or service shows only the conenections to/from the component. The display updates every 5 seconds to provide a continuous view on the operations of the framework it runs on.
Group: org.osgi Artifact: osgi.enroute.webconsole.xray.provider
Show all versions Show documentation Show source
Show all versions Show documentation Show source
2 downloads
Artifact osgi.enroute.webconsole.xray.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!
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!
data-distribution-api-vivo_1_09 from group edu.cornell.library.scholars (version 1.1.1)
---------------------------------------------------------------------------
Version for VIVO 1.9
This uses the source and test code from the Version for VIVO 1.10, edited to
make it compatible with VIVO 1.9. It also borrows some code from VIVO 1.10
itself, changes the package name to avoid conflicts, and adds it here.
* Vitro 1.9 uses Jena 2, not Jena 3, and Commons Lang 2, not 3, so modify
the "import" statements in the Data Distribution code accordingly.
* Vitro 1.9 has an earlier version of "...webapp.utils.sparqlrunner"
package, so borrow the source from Vitro 1.10, move it to a different
package so it won't conflict with the 1.9 version, modify it to use
Jena 2 and Commons Lang 2, and modify the Data Distribution API code to
use this sparqlrunner package.
* Vitro 1.9 has an earlier version of "...webapp.utils.configuration"
package, so borrow the source from Vitro 1.10, move it to a different
package so it won't conflict with the 1.9 version, modify it to use
Jena 2 and Commons Lang 2, and modify the Data Distribution API code to
use this configuration package.
Make these modifications, compile, JAR it up, and deploy.
---------------------------------------------------------------------------
Group: edu.cornell.library.scholars Artifact: data-distribution-api-vivo_1_09
Show all versions Show documentation Show source
Show all versions Show documentation Show source
0 downloads
Artifact data-distribution-api-vivo_1_09
Group edu.cornell.library.scholars
Version 1.1.1
Last update 25. April 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies vitro-api, vitro-dependencies,
There are maybe transitive dependencies!
Group edu.cornell.library.scholars
Version 1.1.1
Last update 25. April 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies vitro-api, vitro-dependencies,
There are maybe transitive dependencies!
simplelogicdeductive from group net.sf.tweety.arg (version 1.10)
Artifact simplelogicdeductive
Group net.sf.tweety.arg
Version 1.10
Last update 16. January 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies deductive, dung, org.ow2.sat4j.core,
There are maybe transitive dependencies!
Group net.sf.tweety.arg
Version 1.10
Last update 16. January 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies deductive, dung, org.ow2.sat4j.core,
There are maybe transitive dependencies!
el from group net.sf.tweety.logics (version 1.10)
0 downloads
Artifact el
Group net.sf.tweety.logics
Version 1.10
Last update 16. January 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies fol,
There are maybe transitive dependencies!
Group net.sf.tweety.logics
Version 1.10
Last update 16. January 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies fol,
There are maybe transitive dependencies!
pathogen from group com.aamend.spark (version 1.0.1)
The rooster crows immediately before sunrise, the rooster causes the sun to rise.
Using GraphX to detect possible causes and effects between time related events.
We observe a true causation signal by generating random correlations
over same events at different time and back propagate these scores to
their most connected events. Finally, we extract the most probable causes and effects
together with a score of aggressiveness (how likely an event could explain downstream
effects) and sensitivity (how likely an event results from an upstream cause).
1 downloads
Artifact pathogen
Group com.aamend.spark
Version 1.0.1
Last update 14. July 2017
Organization aamend.com
URL https://github.com/aamend/pathogen
License Apache License, version 2.0
Dependencies amount 2
Dependencies joda-time, scala-logging_2.11,
There are maybe transitive dependencies!
Group com.aamend.spark
Version 1.0.1
Last update 14. July 2017
Organization aamend.com
URL https://github.com/aamend/pathogen
License Apache License, version 2.0
Dependencies amount 2
Dependencies joda-time, scala-logging_2.11,
There are maybe transitive dependencies!
Page 195 from 3 (items total 1995)