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

Download JAR files tagged by extended with all dependencies

Search JAR files by class name

wikitext.core from group org.eclipse.mylyn.docs (version 3.0.48.202308291007)

Group: org.eclipse.mylyn.docs Artifact: wikitext.core
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact wikitext.core
Group org.eclipse.mylyn.docs
Version 3.0.48.202308291007
Last update 29. August 2023
Organization not specified
URL Not specified
License Eclipse Public License Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.eclipse.mylyn.wikitext.maven from group org.eclipse.mylyn.docs (version 3.0.48.202308291007)

Group: org.eclipse.mylyn.docs Artifact: org.eclipse.mylyn.wikitext.maven
Show all versions Show source 
 

0 downloads
Artifact org.eclipse.mylyn.wikitext.maven
Group org.eclipse.mylyn.docs
Version 3.0.48.202308291007
Last update 29. August 2023
Organization not specified
URL Not specified
License Eclipse Public License Version 2.0
Dependencies amount 5
Dependencies maven-plugin-api, maven-plugin-annotations, org.eclipse.mylyn.wikitext, org.eclipse.mylyn.wikitext.textile, guava,
There are maybe transitive dependencies!

wikitext from group org.eclipse.mylyn.docs (version 3.0.48.202308291007)

Group: org.eclipse.mylyn.docs Artifact: wikitext
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact wikitext
Group org.eclipse.mylyn.docs
Version 3.0.48.202308291007
Last update 29. August 2023
Organization not specified
URL Not specified
License Eclipse Public License Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.eclipse.mylyn.wikitext.mediawiki.ant from group org.eclipse.mylyn.docs (version 3.0.48.202308291007)

Group: org.eclipse.mylyn.docs Artifact: org.eclipse.mylyn.wikitext.mediawiki.ant
Show all versions Show source 
 

1 downloads
Artifact org.eclipse.mylyn.wikitext.mediawiki.ant
Group org.eclipse.mylyn.docs
Version 3.0.48.202308291007
Last update 29. August 2023
Organization not specified
URL Not specified
License Eclipse Public License Version 2.0
Dependencies amount 5
Dependencies org.eclipse.mylyn.wikitext, org.eclipse.mylyn.wikitext.ant, org.eclipse.mylyn.wikitext.mediawiki, guava, ant,
There are maybe transitive dependencies!

org.eclipse.mylyn.wikitext.creole from group org.eclipse.mylyn.docs (version 3.0.48.202308291007)

Group: org.eclipse.mylyn.docs Artifact: org.eclipse.mylyn.wikitext.creole
Show all versions Show source 
 

0 downloads
Artifact org.eclipse.mylyn.wikitext.creole
Group org.eclipse.mylyn.docs
Version 3.0.48.202308291007
Last update 29. August 2023
Organization not specified
URL Not specified
License Eclipse Public License Version 2.0
Dependencies amount 2
Dependencies org.eclipse.mylyn.wikitext, guava,
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!

wikitext.core.repository from group org.eclipse.mylyn.docs (version 3.0.42)

Group: org.eclipse.mylyn.docs Artifact: wikitext.core.repository
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact wikitext.core.repository
Group org.eclipse.mylyn.docs
Version 3.0.42
Last update 07. January 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

unboundid-ldapsdk-minimal-edition from group com.unboundid (version 3.2.1)

The UnboundID LDAP SDK for Java is a fast, comprehensive, and easy-to-use Java API for communicating with LDAP directory servers and performing related tasks like reading and writing LDIF, encoding and decoding data using base64 and ASN.1 BER, and performing secure communication. This package contains the Minimal Edition of the LDAP SDK, which is a stripped-down version of the Standard Edition that includes full support for the LDAP protocol and LDIF parsing, but omits a number of optional elements, like many of the controls and extended operations, the LDAP persistence framework, and LDAP listener framework. The Minimal Edition is primarily intended for use in space-constrained and/or memory-constrained environments, like in Android apps or embedded systems.

Group: com.unboundid Artifact: unboundid-ldapsdk-minimal-edition
Show all versions Show documentation Show source 
 

2 downloads
Artifact unboundid-ldapsdk-minimal-edition
Group com.unboundid
Version 3.2.1
Last update 13. February 2017
Organization UnboundID Corp.
URL https://www.ldap.com/unboundid-ldap-sdk-for-java
License GNU General Public License version 2 (GPLv2)
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

crypto4j-parent from group org.beiter.michael.crypto4j (version 1.0)

The crypto4j library provides a simple and pluggable crypto abstraction library for Java, including both cryptographic primitives and the artifacts defined in the JOSE standard. This library separates the cryptographic primitives from the JOSE artifacts. The library uses the algorithms available through JCA (JCE). The implementations of the cryptographic primitives provided in this library rely on the standard JCA implementation, and can be configured and extended through the JCA mechanisms. The JOSE portion of the library allows custom extensions by either replacing the provided JOSE artifact implementations with custom implementations, or by adding new JOSE artifacts, for instance in form of additional algorithms, which is particularly useful in case that the JOSE standard is updated or in case custom extensions to the JOSE standard should be implemented. The implementations available in this library generally come in two variants: a standard implementation of the primitives and advanced algorithms, and a high-performance implementation that takes advantage of implementation patterns that do not compromise cryprographic security, but speed up the overall processing time.

Group: org.beiter.michael.crypto4j Artifact: crypto4j-parent
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact crypto4j-parent
Group org.beiter.michael.crypto4j
Version 1.0
Last update 23. January 2017
Organization Michael Beiter <[email protected]>
URL http://mbeiter.github.io/crypto4j/docs/${project.version}/
License BSD 3-clause Revised License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

madura-addressbook from group nz.co.senanque (version 1.2.1)

This is a demo program that illustrates some of the capabilities of Madura working with Vaadin. Specifically it shows the use of the JPAontainer. The JPAContainer shown here is extended from the one you can find in Vaadin Addons to support Spring's @Transactional notation. It is also using Madura Objects, but that is an interesting incidental because you could use Madura Objects with both. So the objective here is to show a complete working demo of how to configure everything to show a table of data fetched from a database using JPA, including popup edit forms.

Group: nz.co.senanque Artifact: madura-addressbook
Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact madura-addressbook
Group nz.co.senanque
Version 1.2.1
Last update 15. April 2015
Organization Prometheus Consulting
URL www.madurasoftware.com
License not specified
Dependencies amount 13
Dependencies logback-classic, validation-api, hibernate-validator, madura-vaadinsupport, jaxb2-basics, commons-io, commons-dbcp, hibernate-entitymanager, jpacontainer, h2, hyperjaxb3-ejb-runtime, madura-utils, spring-webmvc,
There are maybe transitive dependencies!



Page 53 from 61 (items total 602)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy