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

Download JAR files tagged by methods with all dependencies

Search JAR files by class name

ejb-http-client from group fish.payara.extras (version 7.2024.1.Alpha1)

Module providing support for the EJB HTTP Client. This contains an InitialContext based lookup mechanism that uses HTTP calls back to Payara to lookup EJB beans, as well as a proxy mechanism to invoke methods on an EJB, which will be sent via HTTP to Payara.

Group: fish.payara.extras Artifact: ejb-http-client
Show all versions Show documentation Show source 
 

0 downloads
Artifact ejb-http-client
Group fish.payara.extras
Version 7.2024.1.Alpha1
Last update 10. April 2024
Organization not specified
URL https://github.com/payara/Payara/
License CDDL + GPLv2 with classpath exception
Dependencies amount 4
Dependencies jersey-client, jersey-common, jakarta.json-api, jakarta.json.bind-api,
There are maybe transitive dependencies!

collections from group org.javimmutable (version 4.0.1)

Library providing immutable/persistent collection classes for Java. While collections are immutable they provide methods for adding and removing values by creating new modified copies of themselves. Each copy shares almost all of its structure with other copies to minimize memory consumption.

Group: org.javimmutable Artifact: collections
Show all versions Show documentation Show source 
 

0 downloads
Artifact collections
Group org.javimmutable
Version 4.0.1
Last update 24. February 2024
Organization Burton Computer Corporation
URL https://github.com/brianburton/java-immutable-collections
License Simplified BSD License
Dependencies amount 1
Dependencies guava,
There are maybe transitive dependencies!

generic-rest-jpa from group io.github.agache41 (version 0.1.1)

Generic REST JPA is a JEE library targeted on creating generic Resource Services and Data Access Layers on top of JPA and CDI. It develops REST Services starting from the CRUD pattern and extends it by adding frequently needed methods to each domain entity.

Group: io.github.agache41 Artifact: generic-rest-jpa
Show all versions Show documentation Show source 
 

0 downloads
Artifact generic-rest-jpa
Group io.github.agache41
Version 0.1.1
Last update 04. February 2024
Organization not specified
URL https://github.com/agache41/generic-rest-jpa
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

compiler from group com.imcys.deeprecopy (version 0.0.1-Beta-3)

DeepReCopy is a deep copy utility library developed specifically for Kotlin's Data classes. It utilizes KSP (Kotlin Symbol Processing) to generate deep copy extension methods for Data classes, providing support for DSL (Domain-Specific Language) syntax.

Group: com.imcys.deeprecopy Artifact: compiler
Show all versions Show documentation Show source 
 

0 downloads
Artifact compiler
Group com.imcys.deeprecopy
Version 0.0.1-Beta-3
Last update 03. February 2024
Organization not specified
URL https://github.com/1250422131/DeepReCopy
License Apache License 2.0
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

core from group com.imcys.deeprecopy (version 0.0.1-Beta-3)

DeepReCopy is a deep copy utility library developed specifically for Kotlin's Data classes. It utilizes KSP (Kotlin Symbol Processing) to generate deep copy extension methods for Data classes, providing support for DSL (Domain-Specific Language) syntax.

Group: com.imcys.deeprecopy Artifact: core
Show all versions Show documentation Show source 
 

0 downloads
Artifact core
Group com.imcys.deeprecopy
Version 0.0.1-Beta-3
Last update 03. February 2024
Organization not specified
URL https://github.com/1250422131/DeepReCopy
License Apache License 2.0
Dependencies amount 1
Dependencies kotlin-stdlib-jdk8,
There are maybe transitive dependencies!

pax-logging-log4j2 from group org.ops4j.pax.logging (version 2.2.7)

Pax Logging backend implementation based on Apache Log4J2. It provides Log4J2 specific implementation of PaxLoggingService interface and Log4J2 specific configuration methods. Users may customize Log4J2 behaviour (appenders, layouts) by creating fragment attached to this bundle.

Group: org.ops4j.pax.logging Artifact: pax-logging-log4j2
Show all versions Show documentation Show source 
 

23 downloads
Artifact pax-logging-log4j2
Group org.ops4j.pax.logging
Version 2.2.7
Last update 09. January 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies pax-logging-api, osgi.core, osgi.cmpn, osgi.annotation,
There are maybe transitive dependencies!

api-link from group io.github.hisondev (version 1.0.0)

API-Link is a novel solution for Spring projects, aimed at streamlining development by eliminating the need for individual controllers. It allows developers to use a single 'cmd' value to invoke service layer methods, simplifying workflow and boosting productivity.

Group: io.github.hisondev Artifact: api-link
Show documentation Show source 
 

0 downloads
Artifact api-link
Group io.github.hisondev
Version 1.0.0
Last update 07. January 2024
Organization not specified
URL https://github.com/hisondev/api-link
License MIT License
Dependencies amount 2
Dependencies spring-boot-starter-websocket, data-model,
There are maybe transitive dependencies!

common-utils from group com.kamalsha.helper (version 1.0.0)

HelperService is a utility service providing various helper methods for common tasks. It includes functionalities for converting data types, formatting dates, checking data types, and more. The service is implemented in Java and utilizes popular libraries like Spring and Jackson.

Group: com.kamalsha.helper Artifact: common-utils
Show documentation Show source 
 

0 downloads
Artifact common-utils
Group com.kamalsha.helper
Version 1.0.0
Last update 13. November 2023
Organization not specified
URL https://github.com/kamal-commits/common-utils
License MIT License
Dependencies amount 5
Dependencies spring-boot-starter-mail, jakarta.mail, spring-boot-starter-actuator, spring-boot-starter-data-mongodb, spring-boot-starter-web,
There are maybe transitive dependencies!

jaxb3-fluent-api from group com.evolvedbinary.thirdparty.org.jvnet.jaxb3_commons (version 3.0.2)

Causes JAXB RI 3 XJC to generate additional methods that allows method chaining. Method chaining is useful when building object tree in memory, allowing the code to be done in a concise way. The code that uses this plugin can still run with any JAXB3 implementation.

Group: com.evolvedbinary.thirdparty.org.jvnet.jaxb3_commons Artifact: jaxb3-fluent-api
Show documentation Show source 
 

0 downloads
Artifact jaxb3-fluent-api
Group com.evolvedbinary.thirdparty.org.jvnet.jaxb3_commons
Version 3.0.2
Last update 04. November 2023
Organization not specified
URL https://github.com/evolvedbinary/jaxb3-commons
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

tensorics-core from group org.tensorics (version 0.0.81)

Tensorics is a java framework which uses a tensor as a central object. A tensor represents a set of values placed in an N-dimensional space. Wherever you are tempted to use maps of maps, a tensor might be a good choice ;-) Tensorics provides methods to create, transform and performing calculations with those tensors.

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

0 downloads
Artifact tensorics-core
Group org.tensorics
Version 0.0.81
Last update 18. October 2023
Organization not specified
URL http://tensorics.org/
License The Apache License, Version 2.0
Dependencies amount 4
Dependencies jscience, guava, hamcrest-all, slf4j-api,
There are maybe transitive dependencies!



Page 127 from 3 (items total 1506)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy