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

Download JAR files tagged by annotations with all dependencies

Search JAR files by class name

json from group edu.byu.hbll (version 1.4.2)

Various JSON helper classes and utilities based on Jackson. This also provides as compile dependencies the Jackson annotations, core, databind, datatype-jdk8, module-jaxb-annotations, and datatype-jsr310 modules along with snakeyaml. Therefore you only need to declare this library as a dependency in order to include those other dependencies.

Group: edu.byu.hbll Artifact: json
Show all versions Show documentation Show source 
 

2 downloads
Artifact json
Group edu.byu.hbll
Version 1.4.2
Last update 29. March 2022
Organization not specified
URL https://gitlab.com/byuhbll/lib/java/${project.artifactId}
License not specified
Dependencies amount 7
Dependencies jackson-annotations, jackson-core, jackson-databind, jackson-datatype-jdk8, jackson-module-jaxb-annotations, jackson-datatype-jsr310, snakeyaml,
There are maybe transitive dependencies!

snot from group com.github.banjowaza (version 1.0.3)

SNOT Slack Notification is a highly configurable Slack notification library that combines annotations and filters to send Slack messages using default or custom message templates ([Slack Template Builder] (https://api.slack.com/block-kit)). Annotations can be at application or method levels and various strategies can be used to retrieve data from application or functions to build a context and provide to a template to generate a Slack notification.

Group: com.github.banjowaza Artifact: snot
Show documentation Show source 
 

0 downloads
Artifact snot
Group com.github.banjowaza
Version 1.0.3
Last update 04. December 2019
Organization not specified
URL https://github.com/banjowaza/snot
License SNOT
Dependencies amount 13
Dependencies spring-context, spring-web, jackson-databind, spring-boot, spring-boot-test-autoconfigure, commons-io, commons-collections4, json, guava, jackson-datatype-jsr310, commons-lang3, aspectjweaver, logback-classic,
There are maybe transitive dependencies!

classmock from group net.sf.esfinge (version 2.3)

ClassMock is a framework that helps the creation of unit tests for components that use reflection or annotations. In this kind of classes, the behavior is dependent of the class structure. This way, each test case usually works with a different class created specifically for the test. With ClassMock is possible to define and generate classes in runtime, allowing a better test readability and logic sharing between tests.

Group: net.sf.esfinge Artifact: classmock
Show all versions Show documentation Show source 
 

1 downloads
Artifact classmock
Group net.sf.esfinge
Version 2.3
Last update 23. November 2018
Organization Esfinge Framework
URL http://esfinge.sourceforge.net/
License MIT License
Dependencies amount 3
Dependencies asm, javaparser-core, commons-lang3,
There are maybe transitive dependencies!

jenesis4java from group net.sourceforge.jenesis4java (version 2.19)

Generating Java sources from strings or patterns can become very inconvenient, in those cases Jenesis 4 Java can be a solution for you. Jenesis 4 Java is a DOM (domain object model) of the Java programming language. The complete java class including annotations and comments is constructed with as a DOM (that can be manipulated in as many passes you need) until you let it encode to a java file.

Group: net.sourceforge.jenesis4java Artifact: jenesis4java
Show all versions Show documentation Show source 
 

2 downloads
Artifact jenesis4java
Group net.sourceforge.jenesis4java
Version 2.19
Last update 19. January 2018
Organization jenesis4java
URL http://jenesis4java.sourceforge.net
License GNU LESSER GENERAL PUBLIC LICENSE (LGPL) version 3
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

promises from group org.bidib.com.surelogic (version 5.6.0)

Provides the annotations necessary to express models of programmer design intent in Java code. Promises are supra-linguistic formal annotations to programs. Each promise has a precise meaning and constrains the implementation and evolution of the code it targets. Promises are also (typically) modular, meaning that the implementation constraint on the code of a promise is limited in scope.

Group: org.bidib.com.surelogic Artifact: promises
Show documentation Show source 
 

24 downloads
Artifact promises
Group org.bidib.com.surelogic
Version 5.6.0
Last update 17. February 2017
Organization Surelogic, Inc.
URL http://surelogic.com/promises
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

btb from group org.formix (version 1.3.2)

Bridge to Babylon is a lightweight object relational mapper. The main goal of this library is simplicity. It is intended to be used with POJOs without the need of external XML mapping definition or any kind of annotation. This approache makes Bridge to Babylon the best compromize between simplicity (no xml mapping) and light library footprint: You don't use annotations so you don't have to deploy Bridge to Babylon along with your jars on remote clients.

Group: org.formix Artifact: btb
Show documentation Show source 
 

1 downloads
Artifact btb
Group org.formix
Version 1.3.2
Last update 31. August 2015
Organization not specified
URL http://btb.sourceforge.net/
License Apache 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

PA4RDF from group org.xenei (version 1.3)

Persistence Annotation for RDF (PA4RDF) is a set of annotations and an entity manager that provides JPA like functionality on top of an RDF store while accounting for and exploiting the fundamental differences between graph storage and relational storage. PA4RDF introduces three (3) annotations that map a RDF triple (subject, predicate, object) to a Plain Old Java Object (POJO) using Java's dynamic proxy capabilities.

Group: org.xenei Artifact: PA4RDF
Show all versions Show documentation Show source 
 

0 downloads
Artifact PA4RDF
Group org.xenei
Version 1.3
Last update 21. February 2015
Organization XENEI.org
URL http://claudenw.github.com/PA4RDF
License The Apache Software License, Version 2.0
Dependencies amount 8
Dependencies commons-proxy, commons-lang3, commons-lang, junit, slf4j-api, slf4j-log4j12, cglib, apache-jena,
There are maybe transitive dependencies!

ctrl4testng from group io.github.mfulton26.ctrl4testng (version 1.1)

CTRL4TestNG provides an SLF4J Logger that can be used from any TestNG method tied to an ITestResult, namely Before, After, and Test annotations. Each separate method will have its own unique Logger and can be used with TestNG's parallel testing support making it clear which logs came from which method even when data-driven.

Group: io.github.mfulton26.ctrl4testng Artifact: ctrl4testng
Show all versions Show documentation Show source 
 

1 downloads
Artifact ctrl4testng
Group io.github.mfulton26.ctrl4testng
Version 1.1
Last update 10. February 2015
Organization not specified
URL https://mfulton26.github.io/ctrl4testng/
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies slf4j-api, testng, guava,
There are maybe transitive dependencies!

webservice from group de.cit-ec.scie (version 2.0.1)

Module providing the webservice interface based on the Jetty embedded webserver and the FreeMarker template engine. Defines a simple format for providing textual annotations and produced output in HTML or JSON. This module has no dependencies to the other SCIE modules (except for the PDF text extractor) or the UIMA framework and thus can be used in any context, where text is annotated by an algorithm and should be presented to an end user.

Group: de.cit-ec.scie Artifact: webservice
Show all versions Show documentation Show source 
 

0 downloads
Artifact webservice
Group de.cit-ec.scie
Version 2.0.1
Last update 10. December 2014
Organization not specified
URL http://openresearch.cit-ec.de/projects/scie/
License The GNU Affero General Public License, Version 3
Dependencies amount 4
Dependencies jetty-server, freemarker, json, pdf-extractor,
There are maybe transitive dependencies!

geomajas-project-graphics-all from group org.geomajas.project (version 1.0.0-M5)

Geomajas Graphics project. The graphics project defines a set of interfaces and controllers for editing graphical objects based on gwt-graphics. It can be used as a basis for annotations (based on SVG/VML elements) as well as to extend geometry editing with operations like dragging/resizing. Geomajas is a component framework for building rich Internet applications (RIA) with sophisticated capabilities for the display, analysis and management of geographic information. It is a building block that allows developers to add maps and other geographic data capabilities to their web applications.

Group: org.geomajas.project Artifact: geomajas-project-graphics-all
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact geomajas-project-graphics-all
Group org.geomajas.project
Version 1.0.0-M5
Last update 05. December 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 228 from 238 (items total 2375)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy