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

Download JAR files tagged by instead with all dependencies

Search JAR files by class name

org.apache.sling.api from group org.apache.sling (version 2.27.2)

The Apache Sling API defines an extension to the Servlet API 2.4 to provide access to content and unified access to request parameters hiding the differences between the different methods of transferring parameters from client to server. Note that the Apache Sling API bundle does not include the Servlet API but instead requires the API to be provided by the Servlet container in which the Apache Sling framework is running or by another bundle.

Group: org.apache.sling Artifact: org.apache.sling.api
Show all versions Show documentation Show source 
 

52 downloads
Artifact org.apache.sling.api
Group org.apache.sling
Version 2.27.2
Last update 12. May 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies annotations,
There are maybe transitive dependencies!

micronaut-base-parent from group io.archimedesfw.maven.micronaut (version 3.8.7)

This project tries to be an effort to simplify your Maven pom.xml files when you are using Micronaut. You should not use this module directly, instead here you can find two flavors: one for Java and the other for Kotlin. Both of them are ready for production use, but if you don't want to use them directly in your pom.xml you simply can look like it as an example.

Group: io.archimedesfw.maven.micronaut Artifact: micronaut-base-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact micronaut-base-parent
Group io.archimedesfw.maven.micronaut
Version 3.8.7
Last update 19. March 2023
Organization not specified
URL https://www.archimedesfw.io/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

spring-batch-context from group org.digibooster.spring.batch (version 1.1.0-RELEASE)

The aim of this library is to allow developers who use spring-batch to propagate information from the main thread that runs the batch to the executions context of the batch items : ItemReader, ItemProcessor and ItemWriter. For example we some times need to extract the current user from Security Context, so instead of writing the code that passes the current user information as a job parameter we let this library to handle it. This library can be extended to support any information developer want to add.

Group: org.digibooster.spring.batch Artifact: spring-batch-context
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact spring-batch-context
Group org.digibooster.spring.batch
Version 1.1.0-RELEASE
Last update 17. February 2023
Organization not specified
URL https://github.com/zahidMed/spring-batch-context
License GNU General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jcore-medline-reader from group de.julielab (version 2.6.0)

Leveraging the JCoRe XML Reader, this project employs a Medline-enabled mapping file to map Medline XML documents to CAS instances. The input is a directory of single XML files, each containing exactly one XML MedlineCitation. The XML format is the one used by NCBI when downloading Medline documents in large batches from the NCBI FTP server. However, the component currently expects single documents instead of whole MedlineCitationSets containing sets of MedlineCitations.

Group: de.julielab Artifact: jcore-medline-reader
Show all versions Show source 
 

0 downloads
Artifact jcore-medline-reader
Group de.julielab
Version 2.6.0
Last update 18. December 2022
Organization JULIE Lab, Germany
URL https://github.com/JULIELab/jcore-projects/tree/master/jcore-medline-reader
License BSD-2-Clause
Dependencies amount 3
Dependencies jcore-descriptor-creator, jcore-xml-reader, junit-jupiter-engine,
There are maybe transitive dependencies!

wildfly-client-all-jakarta from group org.wildfly (version 27.0.0.Alpha5)

This artifact provides a single jar that contains all classes required to use remote Jakarta Enterprise Beans and Jakarta Messaging, including all dependencies. It is intended for use by those not using maven, maven users should just import the Jakarta Enterprise Beans and Jakarta Messaging BOM's instead (shaded JAR's cause lots of problems with maven, as it is very easy to inadvertently end up with different versions on classes on the class path).

Group: org.wildfly Artifact: wildfly-client-all-jakarta
Show all versions Show source 
 

0 downloads
Artifact wildfly-client-all-jakarta
Group org.wildfly
Version 27.0.0.Alpha5
Last update 10. September 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

libffi from group com.viliussutkus89.licenseOnly (version 3.4.2)

libffi is a foreign function interface library. It provides a C programming language interface for calling natively compiled functions given information about the target function at run time instead of compile time. It also implements the opposite functionality: libffi can produce a pointer to a function that can accept and decode any combination of arguments defined at run time.

Group: com.viliussutkus89.licenseOnly Artifact: libffi
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact libffi
Group com.viliussutkus89.licenseOnly
Version 3.4.2
Last update 09. May 2022
Organization not specified
URL http://sourceware.org/libffi
License MIT
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

puremvc-multicore from group org.puremvc (version 2.2)

PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. This is a Java port of the AS3 reference implementation of the MultiCore Version. It supports modular programming through the use of Multiton Core actors (instead of the Singletons used in the Standard Version).

Group: org.puremvc Artifact: puremvc-multicore
Show all versions Show documentation Show source 
 

0 downloads
Artifact puremvc-multicore
Group org.puremvc
Version 2.2
Last update 16. March 2020
Organization not specified
URL http://puremvc.org
License Reuse governed by Creative Commons Attribution 3.0 United States License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

PureMVC_Java_MultiCore from group org.puremvc (version 2.0)

PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. This is a Java port of the AS3 reference implementation of the MultiCore Version. It supports modular programming through the use of Multiton Core actors (instead of the Singletons used in the Standard Version).

Group: org.puremvc Artifact: PureMVC_Java_MultiCore
Show all versions Show documentation Show source 
 

0 downloads
Artifact PureMVC_Java_MultiCore
Group org.puremvc
Version 2.0
Last update 21. March 2019
Organization not specified
URL http://puremvc.org
License Reuse governed by Creative Commons Attribution 3.0 United States License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

json-java-ordered from group com.github.anandvarkeyphilips (version 20180813)

A reference implementation of a JSON package in Java. (Ordered version implementation using LinkedHashMap instead of HashMap of https://github.com/stleary/JSON-java) See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully.

Group: com.github.anandvarkeyphilips Artifact: json-java-ordered
Show documentation Show source 
 

1 downloads
Artifact json-java-ordered
Group com.github.anandvarkeyphilips
Version 20180813
Last update 22. January 2019
Organization not specified
URL https://github.com/anandvarkeyphilips/json-java-ordered
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

spring-jdbc-oracle-integrationtests from group com.github.ferstl (version 2.0.0)

Group: com.github.ferstl Artifact: spring-jdbc-oracle-integrationtests
Show all versions 
 

0 downloads
Artifact spring-jdbc-oracle-integrationtests
Group com.github.ferstl
Version 2.0.0
Last update 01. July 2018
Organization not specified
URL Not specified
License not specified
Dependencies amount 10
Dependencies spring-jdbc-oracle, spring-context, spring-jdbc, ojdbc8, commons-dbcp, tomcat-jdbc, junit, java-hamcrest, mockito-core, spring-test,
There are maybe transitive dependencies!



Page 43 from 52 (items total 514)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy