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

Download JAR files tagged by annotate with all dependencies


name from group com.github.metalloid-project (version 1.0.2.3)

Extension to Selenium WebDriver library where you can annotate WebElements with @Name annotation and read the element's description

Group: com.github.metalloid-project Artifact: name
Show all versions Show documentation Show source 
Download name.jar (1.0.2.3)
 

0 downloads
Artifact name
Group com.github.metalloid-project
Version 1.0.2.3
Last update 13. January 2020
Organization not specified
URL https://github.com/Metalloid-Project/name
License The Apache License, Version 2.0
Dependencies amount 3
Dependencies junit, selenium-java, page-factory,
There are maybe transitive dependencies!

atam4j-annotations from group me.atam (version 0.60)

Module containing the atam4j annotations only. If you wish to annotate your tests, this is the only dependency required.

Group: me.atam Artifact: atam4j-annotations
Show all versions Show documentation Show source 
Download atam4j-annotations.jar (0.60)
 

0 downloads
Artifact atam4j-annotations
Group me.atam
Version 0.60
Last update 28. April 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

link-rest-annotations from group com.nhl.link.rest (version 2.13)

Group: com.nhl.link.rest Artifact: link-rest-annotations
Show all versions Show documentation Show source 
Download link-rest-annotations.jar (2.13)
 

0 downloads
Artifact link-rest-annotations
Group com.nhl.link.rest
Version 2.13
Last update 18. August 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cmdreader from group com.zwitserloot (version 1.5)

Define the structure of your command line options as fields in a class, annotate these fields with further metadata about the command line switch, and CmdReader will take care of the rest. Command line parsing for java.

Group: com.zwitserloot Artifact: cmdreader
Show documentation Show source 
Download cmdreader.jar (1.5)
 

1 downloads
Artifact cmdreader
Group com.zwitserloot
Version 1.5
Last update 22. January 2014
Organization not specified
URL http://github.com/rzwitserloot/com.zwitserloot.cmdreader
License The MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

annotator from group org.ow2.weblab.core (version 1.2.4.1)

This module of the WebLab Core allows user to annotate Weblab Resources using WebLab properties. This module is still experimental and need more in depth use and validation. Use it at your own risks ;-).

Group: org.ow2.weblab.core Artifact: annotator
Show all versions Show documentation Show source 
Download annotator.jar (1.2.4.1)
 

0 downloads
Artifact annotator
Group org.ow2.weblab.core
Version 1.2.4.1
Last update 27. January 2012
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies extended, model, commons-logging, joda-time,
There are maybe transitive dependencies!

aocr from group de.niklasfi.aocr (version 2.4)

Swiftly add ocr layers to scanned pdf files. Unfortunately existing open source ocr solutions (tesseract) pale in comparison with the ones commercially available. The azure read api provides particularly good results. It is also easy to set up, but while it can annotate text in images, there is no easy way to upload and ocr a full pdf document. That is, until now. aocr provides an easy way to ocr full pdf documents.

Group: de.niklasfi.aocr Artifact: aocr
Show all versions Show documentation Show source 
Download aocr.jar (2.4)
 

0 downloads
Artifact aocr
Group de.niklasfi.aocr
Version 2.4
Last update 19. December 2023
Organization not specified
URL https://github.com/niklasfi/aocr
License MIT License
Dependencies amount 10
Dependencies mapstruct, lombok, pdfbox, pdfbox-tools, jbig2-imageio, commons-cli, httpclient5, jackson-databind, jackson-datatype-jsr310, commons-text,
There are maybe transitive dependencies!

groupdocs-annotation from group com.groupdocs (version 18.4)

GroupDocs.Annotation lets you add notes to PDF and Word documents, as well as to image files – all directly from a web browser. It is a convenient web-based tool that doesn’t require any software installation and allows you and your colleagues to annotate documents online. Moreover, with GroupDocs.Annotation, you can add your notes to a document and then send it for approval or review, or share the document with others for online collaborative review in real-time. This way you get feedback faster and can keep everyone’s notes and comments in a single file.

Group: com.groupdocs Artifact: groupdocs-annotation
Show all versions Show documentation Show source 
Download groupdocs-annotation.jar (18.4)
 

4 downloads
Artifact groupdocs-annotation
Group com.groupdocs
Version 18.4
Last update 12. April 2018
Organization not specified
URL http://groupdocs.com
License GroupDocs License, Version 1.0
Dependencies amount 6
Dependencies groupdocs-viewer, json, gson, commons-io, commons-codec, commons-lang3,
There are maybe transitive dependencies!

org.apache.stanbol.enhancer.engines.dbpspotlight from group org.apache.stanbol (version 1.0.0)

Group: org.apache.stanbol Artifact: org.apache.stanbol.enhancer.engines.dbpspotlight
Show all versions Show documentation Show source 
Download org.apache.stanbol.enhancer.engines.dbpspotlight.jar (1.0.0)
 

2 downloads

groovy-params-checker from group com.faceture (version 1.0.28)

Automatic Groovy parameter checker. How to use: 1. Annotate your Groovy classes with @ParamsNotNullNotEmpty; 2. At compile time, code will be added into each of your methods to check each parameter to make sure it is not null and in the case of Collections, Maps and Strings, it is not empty; 3. At run time, if a parameter is null or empty, it will throw an IllegalArgumentException with details about the null or empty parameter. To disable the annotation at compile time, set the ParamsNotNullNotEmpty.NoOpMode flag to true.

Group: com.faceture Artifact: groovy-params-checker
Show all versions Show documentation Show source 
Download groovy-params-checker.jar (1.0.28)
 

0 downloads
Artifact groovy-params-checker
Group com.faceture
Version 1.0.28
Last update 23. August 2014
Organization not specified
URL https://github.com/xnickmx/params-checker
License MIT License
Dependencies amount 1
Dependencies groovy-all,
There are maybe transitive dependencies!

sumatera from group io.github.febialfarabi (version 1.0.22)

@Sumatera Model converter from ORM class to regular pojo class, the ORM term is a modelling class that doesn't like regular pojo, such like @Entity from JPA/Hibernate and so on. It can be used for mapping regular object, post data in request body where you cannot put ORM class directly in a parameter, or you cannot convert to json directly, or any other problem regarding it. You don't need anymore to create duplicate Dto / Pojo class which represent ORM class, just write your ORM class and annotate it with @Sumatera, then the regular pojo class would be generated for you.

Group: io.github.febialfarabi Artifact: sumatera
Show all versions Show documentation Show source 
Download sumatera.jar (1.0.22)
 

0 downloads
Artifact sumatera
Group io.github.febialfarabi
Version 1.0.22
Last update 17. February 2021
Organization not specified
URL https://github.com/febiAlfarabi/pojoing
License The Alfarabi License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 6 from 9 (items total 82)


© 2015 - 2025 Weber Informatics LLC | Privacy Policy