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

Download JAR files tagged by some with all dependencies

Search JAR files by class name

paxtools-core from group org.biopax.paxtools (version 6.0.0)

Paxtools core library includes the BioPAX object model and interfaces, the default implementation and extras: reflection-based class factories and property editors/accessors, some inverse properties (e.g., xrefOf, componentOf), traversal, and file (I/O) utilities.

Group: org.biopax.paxtools Artifact: paxtools-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact paxtools-core
Group org.biopax.paxtools
Version 6.0.0
Last update 25. May 2024
Organization not specified
URL https://biopax.github.io/Paxtools
License not specified
Dependencies amount 2
Dependencies collections-generic, commons-lang3,
There are maybe transitive dependencies!

ngbatis from group org.nebula-contrib (version 1.2.2-jdk17)

NgBatis is a database ORM framework base NebulaGraph + spring-boot, which takes advantage of the mybatis’ fashion development, including some de-factor operations in single table and vertex-edge, like mybatis-plus. NgBatis 是一款针对 NebulaGraph + Springboot 的数据库 ORM 框架。 借鉴于 MyBatis 的使用习惯进行开发。

Group: org.nebula-contrib Artifact: ngbatis
Show all versions Show documentation Show source 
 

0 downloads
Artifact ngbatis
Group org.nebula-contrib
Version 1.2.2-jdk17
Last update 06. May 2024
Organization not specified
URL https://github.com/nebula-contrib/ngbatis
License Apache License, Version 2.0
Dependencies amount 11
Dependencies client, spring-boot-starter, spring-boot-starter-data-jpa, fastjson, asm, annotations, jsoup, beetl-spring-jdk17, beetl-antlr4.11-support, beetl-springboot-starter-jdk17, commons-text,
There are maybe transitive dependencies!

tapestry-csrf-protection from group at.porscheinformatik.tapestry (version 4.0.0.RELEASE)

Cross-Site-Request-Forgery (CSRF) protection for Apache Tapestry 5. This project is based on the Google Summer of Code 2011 project done by Markus Jung: https://code.google.com/p/gsoc2011-csrf-protection/. Some ideas and also code has been copied to start this Tapestry addon.

Group: at.porscheinformatik.tapestry Artifact: tapestry-csrf-protection
Show all versions Show documentation Show source 
 

0 downloads
Artifact tapestry-csrf-protection
Group at.porscheinformatik.tapestry
Version 4.0.0.RELEASE
Last update 19. April 2024
Organization Porsche Informatik
URL https://github.com/porscheinformatik/tapestry-csrf-protection
License Apache License, Version 2.0
Dependencies amount 1
Dependencies tapestry-core,
There are maybe transitive dependencies!

term from group com.intellisrc (version 2.9.1)

Anything related to terminal is in this module (except AnsiColor, which is in core). It uses JLine to help you create interactive terminal (console) applications easily. It also contains some tools to display progress with colors.

Group: com.intellisrc Artifact: term
Show all versions Show documentation Show source 
 

0 downloads
Artifact term
Group com.intellisrc
Version 2.9.1
Last update 15. April 2024
Organization not specified
URL https://gitlab.com/intellisrc/common
License GNU General Public License v3.0
Dependencies amount 4
Dependencies groovy-extend, core, jline, jansi,
There are maybe transitive dependencies!

dregex from group com.github.marianobarrios (version 0.9.0)

Dregex is a Java library that implements a regular expression engine using deterministic finite automata (DFA). It supports some Perl-style features and yet retains linear matching time, and also offers set operations.

Group: com.github.marianobarrios Artifact: dregex
Show all versions Show documentation Show source 
 

0 downloads
Artifact dregex
Group com.github.marianobarrios
Version 0.9.0
Last update 06. April 2024
Organization not specified
URL https://github.com/marianobarrios/dregex
License BSD 2-Clause "Simplified" License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

language-de-DE-x-simple-language from group org.languagetool (version 6.4)

Simple German ("Leichte Sprache") is a variant of German supposed to be easy to understand. There are some rules, but no formal definition or standard. This module tries to implement some of those rules. Details can be found, amongst others, at http://www.leichtesprache.org/

Group: org.languagetool Artifact: language-de-DE-x-simple-language
Show all versions Show documentation Show source 
 

0 downloads
Artifact language-de-DE-x-simple-language
Group org.languagetool
Version 6.4
Last update 28. March 2024
Organization not specified
URL https://www.languagetool.org
License GNU Lesser General Public License
Dependencies amount 1
Dependencies language-de,
There are maybe transitive dependencies!

languagetool-core from group org.languagetool (version 6.4)

LanguageTool is an Open Source proofreading software for English, French, German, Polish, Romanian, and more than 20 other languages. It finds many errors that a simple spell checker cannot detect like mixing up there/their and it detects some grammar problems.

Group: org.languagetool Artifact: languagetool-core
Show all versions Show documentation Show source 
 

129 downloads
Artifact languagetool-core
Group org.languagetool
Version 6.4
Last update 28. March 2024
Organization not specified
URL https://www.languagetool.org
License GNU Lesser General Public License
Dependencies amount 40
Dependencies hppc, jackson-databind, hunspell, guava, aho-corasick-double-array-trie, language-detector, commons-logging, commons-validator, resilience4j-circuitbreaker, resilience4j-micrometer, opentelemetry-api, opentelemetry-semconv, grpc-netty-shaded, grpc-protobuf, grpc-stub, micrometer-registry-prometheus, simpleclient, simpleclient_guava, javax.activation-api, javax.annotation-api, unit-api, jaxb-api, segment, commons-lang3, commons-pool2, commons-text, lucene-backward-codecs, lucene-core, morfologik-fsa, morfologik-fsa-builders, morfologik-speller, morfologik-stemming, jaxb-runtime, annotations, fastutil-core, json, slf4j-api, indriya, openregex, java-diff-utils,
There are maybe transitive dependencies!

patterntesting-exception from group org.patterntesting (version 2.4.0)

PatternTesting Exception (patterntesting-exception) is a framework round about exceptions. It wraps some common exception (like IOException) to provide some more information as the original exception (e.g. the filename with the absolute pathname). On the other it allows you to provoke exceptions for better testing.

Group: org.patterntesting Artifact: patterntesting-exception
Show all versions Show documentation Show source 
 

0 downloads
Artifact patterntesting-exception
Group org.patterntesting
Version 2.4.0
Last update 03. February 2024
Organization not specified
URL http://patterntesting.org/release/exception/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies patterntesting-rt,
There are maybe transitive dependencies!

patterntesting-concurrent from group org.patterntesting (version 2.4.0)

PatternTesting Concurrent (patterntesting-concurrent) is a collection of useful thread aspects. It has support for testing, for sychnronization and for concurrent programming. Some of the ideas used in this library comes from reading Brian Goetz's book "Java Concurrency in Practice".

Group: org.patterntesting Artifact: patterntesting-concurrent
Show all versions Show documentation Show source 
 

0 downloads
Artifact patterntesting-concurrent
Group org.patterntesting
Version 2.4.0
Last update 03. February 2024
Organization not specified
URL http://patterntesting.org/release/concurrent/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

api-ldap-extras-codec from group org.apache.directory.api (version 2.1.6)

Extra LDAP controls and extended operation extentions for the Codec used by clients and servers. These controls and extended operations are not standard issue. Some are very ApacheDS specific. Some may be from obscure RFC draft specifications. Both ApacheDS and Studio will use these controls as well as clients if the codec loads these extensions.

Group: org.apache.directory.api Artifact: api-ldap-extras-codec
Show all versions Show documentation Show source 
 

0 downloads
Artifact api-ldap-extras-codec
Group org.apache.directory.api
Version 2.1.6
Last update 01. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies api-ldap-codec-core, api-ldap-extras-codec-api,
There are maybe transitive dependencies!



Page 247 from 287 (items total 2867)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy