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

Download JAR files tagged by good with all dependencies

Search JAR files by class name

rtext from group com.fifesoft.rtext (version 2.0.7)

RText is a powerful, cross-platform programmer's text editor written in Java. It is designed to be easy to use, highly customizable and flexible. Part of RText's design is for the source code to be simple, easy to understand, and well documented, so that other programmers can look into its inner-workings and figure out how RText ticks with ease. A good place to start (besides the source code) is the Javadoc for all classes used in the project.

Group: com.fifesoft.rtext Artifact: rtext
Show all versions Show documentation Show source 
 

4 downloads
Artifact rtext
Group com.fifesoft.rtext
Version 2.0.7
Last update 12. June 2013
Organization not specified
URL http://www.fifesoft.com/rtext/
License GNU Lesser General Public License
Dependencies amount 7
Dependencies rsyntaxtextarea, spellchecker, common, autocomplete, languagesupport, rstaui, jtidy,
There are maybe transitive dependencies!

testeasypom from group io.github.sebivenlo (version 5.2.1)

Fontys Venlo best maven practices. "Up with your competencies" The 'testeasypom' Parent pom that provides all dependencies that you need for modern testing, generating good looking Javadoc and a set of static test reports using spotbugs, pmd, and checkstyle. This is NOT cargo-cult, because NONE of the dependencies in this pom will end up in your final product. This is a continuation of sebipom. Version 4.0.7: update dep and plugin versions. Version 4.0.8: jacaco 0.8.8 for java 17 and 18 support Version 4.0.11: default to java 17 Version 5.1.0: default to java 21 Version 5.2.0: include testfx stuff in fx profile

Group: io.github.sebivenlo Artifact: testeasypom
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact testeasypom
Group io.github.sebivenlo
Version 5.2.1
Last update 12. January 2024
Organization not specified
URL https://sebivenlo.github.io/testeasypom/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sebi-exam-pom from group io.github.sebivenlo (version 5.2.0)

Group: io.github.sebivenlo Artifact: sebi-exam-pom
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact sebi-exam-pom
Group io.github.sebivenlo
Version 5.2.0
Last update 19. December 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ST4 from group org.antlr (version 4.3.4)

StringTemplate is a java template engine for generating source code, web pages, emails, or any other formatted text output. StringTemplate is particularly good at multi-targeted code generators, multiple site skins, and internationalization/localization. It evolved over years of effort developing jGuru.com. StringTemplate also powers the ANTLR 3 and 4 code generator. Its distinguishing characteristic is that unlike other engines, it strictly enforces model-view separation. Strict separation makes websites and code generators more flexible and maintainable; it also provides an excellent defense against malicious template authors.

Group: org.antlr Artifact: ST4
Show all versions Show documentation Show source 
 

32 downloads
Artifact ST4
Group org.antlr
Version 4.3.4
Last update 02. September 2022
Organization not specified
URL Not specified
License The BSD License
Dependencies amount 1
Dependencies antlr-runtime,
There are maybe transitive dependencies!

pyrolite from group net.razorvine (version 5.1)

This library allows your Java program to interface very easily with the Python world. It uses the Pyro protocol to call methods on remote objects. (See https://pyro5.readthedocs.io/). Pyrolite only implements part of the client side Pyro library, hence its name 'lite'... So if you don't need Pyro's full feature set, Pyrolite may be a good choice to connect java or .NET and python. Version 5.0 changes: support Pyro5 wire protocol. Dropped support of Pyro4 (stick to version 4.xx for that).

Group: net.razorvine Artifact: pyrolite
Show all versions Show documentation Show source 
 

30 downloads
Artifact pyrolite
Group net.razorvine
Version 5.1
Last update 17. May 2021
Organization not specified
URL https://github.com/irmen/Pyrolite
License MIT License
Dependencies amount 1
Dependencies serpent,
There are maybe transitive dependencies!

json-java from group com.xliic (version 1.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.

Group: com.xliic Artifact: json-java
Show documentation Show source 
 

0 downloads
Artifact json-java
Group com.xliic
Version 1.1
Last update 11. September 2020
Organization 42Crunch
URL https://github.com/42Crunch/JSON-java
License The JSON License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

kernel from group io.nuun.kernel (version 1.0.M11)

Nuun Kernel is a software kernel for framework creation. It brings a powerful plugin design plus a JSR 330 compliant injection mechanism backed by Guice. Plugin benefits from kernel capabilities by sending requests to it : - kernel params request : - Classpath scans request :on class by name, annotation, meta annotation or more generally Predicate - Binding Request : Nuun Kernel provides an SPI in order to bring IOC from other vendors. Nuun Kernel come with 2 plugins: - Configuration Plugin : a plugin that inject the good property based on @Property annotation. - Log plugin : a Log handler that inject the good Log implementation

Group: io.nuun.kernel Artifact: kernel
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact kernel
Group io.nuun.kernel
Version 1.0.M11
Last update 05. August 2020
Organization not specified
URL http://nuun.io/kernel
License LGPL 3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

json from group com.guicedee.services (version 62)

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.

Group: com.guicedee.services Artifact: json
Show all versions Show documentation Show source 
 

0 downloads
Artifact json
Group com.guicedee.services
Version 62
Last update 24. November 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.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.

Group: com.jwebmp.thirdparty Artifact: json
Show all versions Show documentation Show source 
 

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!

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.

Group: com.jwebmp Artifact: json
Show all versions Show documentation Show source 
 

14 downloads
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!



Page 18 from 20 (items total 197)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy