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

Download JAR files tagged by structure with all dependencies

Search JAR files by class name

portofino-calendar from group com.manydesigns (version 4.2.11)

Group: com.manydesigns Artifact: portofino-calendar
Show all versions Show documentation Show source 
 

0 downloads
Artifact portofino-calendar
Group com.manydesigns
Version 4.2.11
Last update 06. March 2024
Organization not specified
URL https://www.manydesigns.com
License not specified
Dependencies amount 1
Dependencies portofino-pageactions,
There are maybe transitive dependencies!

portofino-pageactions from group com.manydesigns (version 4.2.11)

Group: com.manydesigns Artifact: portofino-pageactions
Show all versions Show documentation Show source 
 

0 downloads
Artifact portofino-pageactions
Group com.manydesigns
Version 4.2.11
Last update 06. March 2024
Organization not specified
URL https://www.manydesigns.com
License not specified
Dependencies amount 9
Dependencies portofino-base, ehcache, commons-io, groovy-json, google-oauth-client, ace, javascript-detect-element-resize, ckeditor, jsoup,
There are maybe transitive dependencies!

portofino-stripes from group com.manydesigns (version 4.2.11)

Group: com.manydesigns Artifact: portofino-stripes
Show all versions Show documentation Show source 
 

0 downloads
Artifact portofino-stripes
Group com.manydesigns
Version 4.2.11
Last update 06. March 2024
Organization not specified
URL https://www.manydesigns.com
License not specified
Dependencies amount 1
Dependencies portofino-base,
There are maybe transitive dependencies!

portofino-base from group com.manydesigns (version 4.2.11)

Group: com.manydesigns Artifact: portofino-base
Show all versions Show documentation Show source 
 

1 downloads
Artifact portofino-base
Group com.manydesigns
Version 4.2.11
Last update 06. March 2024
Organization not specified
URL https://www.manydesigns.com
License not specified
Dependencies amount 13
Dependencies elements, jstl, taglibs-standard-spec, taglibs-standard-impl, shiro-web, jjwt, cage, groovy, jaxb-api, jaxb-core, jaxb-impl, activation, jackson-databind,
There are maybe transitive dependencies!

portofino-cryptography from group com.manydesigns (version 4.2.11)

Group: com.manydesigns Artifact: portofino-cryptography
Show all versions Show documentation Show source 
 

0 downloads
Artifact portofino-cryptography
Group com.manydesigns
Version 4.2.11
Last update 06. March 2024
Organization not specified
URL https://www.manydesigns.com
License not specified
Dependencies amount 1
Dependencies commons-configuration,
There are maybe transitive dependencies!

generator from group org.jaxsb (version 3.0.0)

The JAX-SB Generator is a comprehensive framework to facilitate the use of XML in software languages such as Java. This framework intends to provide tools that will allow a developer to easily integrate XML interoperability, bind XML Schemas, and analyze XML Schemas for use with any software. Currently there is only one language and one application that is supported: XML Binding in Java. Next on the agenda is the development of analysis tools for XML Schema Documents. For instance, imagine a tool that will allow you to determine whether an XSD complies to best-practices. This tool will: 1) produce warnings for structures that do not comply to best-practices, 2) tell the developer whether the logical structure can be transformed linearly to a form that complies to best-practices, and 3) to automatically produce an XSD that maintains the logical structure of the original document but now fully complies to best-practices. This is just one of many tools that will be available shortly. In the meantime, check out the binding application.

Group: org.jaxsb Artifact: generator
Show all versions Show documentation Show source 
 

0 downloads
Artifact generator
Group org.jaxsb
Version 3.0.0
Last update 27. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies google-java-format, guava, io, jci, runtime,
There are maybe transitive dependencies!

getopt-databind from group pro.johndunlap (version 0.5.6)

This is a Java library which provides a flexible and customizable way to bind command line arguments to Java objects, in a similar manner to how JSON, XML, and YAML can be bound to Java objects. You can easily define Java classes that represent the data structure of your command line arguments, and use annotations to specify how those arguments should be parsed and bound to the corresponding fields in your Java object. This allows you to write command line interfaces that are more intuitive and easier to use, while also reducing the amount of boilerplate code that is needed to parse and validate command line arguments.

Group: pro.johndunlap Artifact: getopt-databind
Show documentation Show source 
 

0 downloads
Artifact getopt-databind
Group pro.johndunlap
Version 0.5.6
Last update 20. April 2023
Organization not specified
URL https://github.com/johndunlap/getopt-databind
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

scala-tptp-parser_2.13 from group io.github.leoprover (version 1.7.1)

scala-tptp-parser is a library for parsing the input languages of the TPTP infrastructure for knowledge representation and reasoning. The package contains a data structure for the abstract syntax tree (AST) of the parsed input as well as the parser for the different language of the TPTP, see http://tptp.org for details. In particular, parser are available for: - THF (TH0/TH1): Monomorphic and polymorphic higher-order logic, - TFF (TF0/TF1): Monomorphic and polymorphic typed first-order logic, including extended TFF (TFX), - FOF: Untyped first-order logic, - TCF: Typed clause-normal form, - CNF: (Untyped) clause-normal form, and - TPI: TPTP Process Instruction language. The parser was initially based on v7.4.0.3 of the TPTP syntax BNF (http://tptp.org/TPTP/SyntaxBNF.html), but is continuously updated to keep track of TPTP language updates.

Group: io.github.leoprover Artifact: scala-tptp-parser_2.13
Show all versions Show documentation Show source 
 

0 downloads
Artifact scala-tptp-parser_2.13
Group io.github.leoprover
Version 1.7.1
Last update 25. March 2023
Organization io.github.leoprover
URL https://github.com/leoprover/scala-tptp-parser
License MIT
Dependencies amount 1
Dependencies scala-library,
There are maybe transitive dependencies!

JavaEWAH from group com.googlecode.javaewah (version 1.2.3)

The bit array data structure is implemented in Java as the BitSet class. Unfortunately, this fails to scale without compression. JavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses a 64-bit run-length encoding (RLE) compression scheme. The goal of word-aligned compression is not to achieve the best compression, but rather to improve query processing time. Hence, we try to save CPU cycles, maybe at the expense of storage. However, the EWAH scheme we implemented is always more efficient storage-wise than an uncompressed bitmap (implemented in Java as the BitSet class). Unlike some alternatives, javaewah does not rely on a patented scheme.

Group: com.googlecode.javaewah Artifact: JavaEWAH
Show all versions Show documentation Show source 
 

55 downloads
Artifact JavaEWAH
Group com.googlecode.javaewah
Version 1.2.3
Last update 08. March 2023
Organization not specified
URL https://github.com/lemire/javaewah
License Apache 2
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

portofino-mssql from group com.manydesigns (version 5.3.4)

Group: com.manydesigns Artifact: portofino-mssql
Show all versions Show documentation Show source 
 

1 downloads
Artifact portofino-mssql
Group com.manydesigns
Version 5.3.4
Last update 04. December 2022
Organization not specified
URL https//www.manydesigns.com/
License not specified
Dependencies amount 1
Dependencies portofino-database,
There are maybe transitive dependencies!



Page 83 from 90 (items total 894)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy