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

Download JAR files tagged by annotated with all dependencies

Search JAR files by class name

schema-translator-maven-plugin from group nz.co.senanque (version 1.1.1)

Maven plugin that extracts an SQL script from JPA annotated classes using Hibernate4. The core of the code here was scourced from Alexey Zvolinskiy (http://www.javacodegeeks.com/2014/01/hibernate-ddl-schema-generation.html) and this is mostly a repackaging into a maven plugin.

Group: nz.co.senanque Artifact: schema-translator-maven-plugin
Show all versions Show documentation Show source 
 

1 downloads
Artifact schema-translator-maven-plugin
Group nz.co.senanque
Version 1.1.1
Last update 21. March 2017
Organization Prometheus Consulting
URL www.madurasoftware.com
License not specified
Dependencies amount 11
Dependencies hibernate-entitymanager, jdom, slf4j-mojo, jcl-over-slf4j, slf4j-api, jaxb2-basics, maven-artifact, maven-plugin-api, maven-project, maven-model, maven-core,
There are maybe transitive dependencies!

jegex-validator from group com.github.dhaeb (version 0.0.2)

This project provides a simple annotation processor to show, that the java annotation processing mechanism is able to validate existing annotated code. In particular, this processor will validate annotated Strings which will be used as regular expressions. A regex is valid if it is compilable and if it matches user defined fixtures on the annotation level.

Group: com.github.dhaeb Artifact: jegex-validator
Show all versions Show documentation Show source 
 

0 downloads
Artifact jegex-validator
Group com.github.dhaeb
Version 0.0.2
Last update 03. June 2014
Organization not specified
URL https://github.com/dhaeb/Jegex-Validator
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

classgrep from group cn.wensiqun (version 1.1.1)

classgrep is small java tools, it can find some information as following: 1. find class/annotation/method/field which annotated be special annotation. 2. pass a java.lang.reflect.Method/java.lang.reflect.Constructor object, find all method that calling the method or constructor. 3. find all children class whit hierarchy structure according a special

Group: cn.wensiqun Artifact: classgrep
Show all versions Show documentation Show source 
 

0 downloads
Artifact classgrep
Group cn.wensiqun
Version 1.1.1
Last update 07. November 2013
Organization not specified
URL http://www.wensiqun.com/classgrep
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies asmsupport,
There are maybe transitive dependencies!

classgrep from group com.googlecode.classgrep (version 1.0)

classgrep is small java tools, it can find some information as following: 1. find class/annotation/method/field which annotated be special annotation. 2. pass a java.lang.reflect.Method/java.lang.reflect.Constructor object, find all method that calling the method or constructor. 3. find all children class whit hierarchy structure according a special

Group: com.googlecode.classgrep Artifact: classgrep
Show documentation Show source 
 

0 downloads
Artifact classgrep
Group com.googlecode.classgrep
Version 1.0
Last update 20. July 2013
Organization not specified
URL http://www.wensiqun.com/classgrep
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies asmsupport,
There are maybe transitive dependencies!

modelcitizen from group com.slackworks (version 0.2.2)

Annotation based model factory for Java. A Model is mapped by a Blueprint using annotated fields. Blueprints contain default values and references to other blueprinted models. The ModelFactory can create Models based on registered Blueprints. A Model already created can be passed into the ModelFactory as a Reference Model, which will be used as the basis for the new Model.

Group: com.slackworks Artifact: modelcitizen
Show all versions Show documentation Show source 
 

0 downloads
Artifact modelcitizen
Group com.slackworks
Version 0.2.2
Last update 31. August 2011
Organization not specified
URL https://github.com/mguymon/model-citizen
License The Apache Software License, Version 2.0
Dependencies amount 5
Dependencies commons-lang, commons-beanutils, logback-classic, slf4j-api, metapossum-scanner,
There are maybe transitive dependencies!

checker-qual-android from group org.checkerframework (version 3.43.0)

checker-qual-android contains annotations (type qualifiers) that a programmer writes to specify Java code for type-checking by the Checker Framework. The checker-qual-android artifact is identical to the checker-qual artifact, except that in checker-qual-android annotations have classfile retention. The default Android Gradle plugin retains types annotated with runtime annotations in the main dex, but strips out class-retention annotations.

Group: org.checkerframework Artifact: checker-qual-android
Show all versions Show documentation Show source 
 

0 downloads
Artifact checker-qual-android
Group org.checkerframework
Version 3.43.0
Last update 01. May 2024
Organization not specified
URL https://checkerframework.org/
License The MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

checker-qual-android from group io.github.eisop (version 3.42.0-eisop3)

checker-qual-android contains annotations (type qualifiers) that a programmer writes to specify Java code for type-checking by the Checker Framework. The checker-qual-android artifact is identical to the checker-qual artifact, except that in checker-qual-android annotations have classfile retention. The default Android Gradle plugin retains types annotated with runtime annotations in the main dex, but strips out class-retention annotations.

Group: io.github.eisop Artifact: checker-qual-android
Show all versions Show documentation Show source 
 

0 downloads
Artifact checker-qual-android
Group io.github.eisop
Version 3.42.0-eisop3
Last update 01. March 2024
Organization not specified
URL https://eisop.github.io/
License The MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

blacklab from group nl.inl.blacklab (version 3.0.1)

BlackLab is a corpus retrieval engine written in Java, built on top of Apache Lucene. It allows fast, complex searches with accurate hit highlighting on large, tagged and annotated, bodies of text. It was developed at the Institute of Dutch Lexicology (INL) to provide a fast and feature-rich search interface on our historical and contemporary text corpora.

Group: nl.inl.blacklab Artifact: blacklab
Show all versions Show source 
 

1 downloads
Artifact blacklab
Group nl.inl.blacklab
Version 3.0.1
Last update 06. October 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies blacklab-engine, blacklab-query-parser, blacklab-tools,
There are maybe transitive dependencies!

spring from group com.tobedevoured.modelcitizen (version 0.8.3)

Model Citizen is an annotation based model factory for Java. A Model is mapped by a Blueprint using annotated fields. Blueprints contain default values and references to other blueprinted models. The ModelFactory can create Models based on registered Blueprints. A Model already created can be passed into the ModelFactory as a Reference Model, which will be used as the basis for the new Model.

Group: com.tobedevoured.modelcitizen Artifact: spring
Show all versions Show documentation Show source 
 

0 downloads
Artifact spring
Group com.tobedevoured.modelcitizen
Version 0.8.3
Last update 11. February 2020
Organization not specified
URL https://github.com/mguymon/model-citizen
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies core, spring-context,
There are maybe transitive dependencies!

core from group com.tobedevoured.modelcitizen (version 0.8.3)

Model Citizen is an annotation based model factory for Java. A Model is mapped by a Blueprint using annotated fields. Blueprints contain default values and references to other blueprinted models. The ModelFactory can create Models based on registered Blueprints. A Model already created can be passed into the ModelFactory as a Reference Model, which will be used as the basis for the new Model.

Group: com.tobedevoured.modelcitizen Artifact: core
Show all versions Show documentation Show source 
 

0 downloads
Artifact core
Group com.tobedevoured.modelcitizen
Version 0.8.3
Last update 11. February 2020
Organization not specified
URL https://github.com/mguymon/model-citizen
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies metapossum-scanner,
There are maybe transitive dependencies!



Page 30 from 36 (items total 354)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy