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

Download JAR files tagged by classes with all dependencies

Search JAR files by class name

structural-type-generator from group codes.rafael.structuraltype (version 1.5)

Group: codes.rafael.structuraltype Artifact: structural-type-generator
Show all versions Show documentation Show source 
 

0 downloads
Artifact structural-type-generator
Group codes.rafael.structuraltype
Version 1.5
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies structural-type-api, javapoet,
There are maybe transitive dependencies!

structural-type-api from group codes.rafael.structuraltype (version 1.5)

Group: codes.rafael.structuraltype Artifact: structural-type-api
Show all versions Show documentation Show source 
 

0 downloads
Artifact structural-type-api
Group codes.rafael.structuraltype
Version 1.5
Last update 14. April 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

structural-type from group codes.rafael.structuraltype (version 1.5)

This project aims to create a structural representation of similar nominal Java classes. A structural type is represented by an interface that contains property accessors for all properties that are defined by those classes. For each class, a projection class is generated that implements that interface for delegation to the nominal classes for which the structure was created. Additionally, a template implementation is created that implements the structural interface as a Java bean.

Group: codes.rafael.structuraltype Artifact: structural-type
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact structural-type
Group codes.rafael.structuraltype
Version 1.5
Last update 14. April 2023
Organization not specified
URL https://github.com/raphw/skatteprosessen-structural-type
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

fastutil from group co.datadome (version 8.5.11.1)

fastutil extends the Java Collections Framework by providing type-specific maps, sets, lists, and queues with a small memory footprint and fast access and insertion; it provides also big (64-bit) arrays, sets and lists, sorting algorithms, fast, practical I/O classes for binary and text files, and facilities for memory mapping large files. Note that if you have both this jar and fastutil-core.jar in your dependencies, fastutil-core.jar should be excluded.

Group: co.datadome Artifact: fastutil
Show documentation Show source 
 

0 downloads
Artifact fastutil
Group co.datadome
Version 8.5.11.1
Last update 25. December 2022
Organization not specified
URL http://fastutil.di.unimi.it/
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

anythingworks from group com.optimaize.anythingworks (version 1.1.0)

Java Library to Bootstrap Web service client/server development. It supports both RESTful web services (JAX-RS) and SOAP / WSDL web services (JAX-WS). Within this project classes specific for one technology are prefixed with either "Rest" or "Soap". Other technologies, like JSON-RPC, could be added. Hence the name "anything works".

Group: com.optimaize.anythingworks Artifact: anythingworks
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact anythingworks
Group com.optimaize.anythingworks
Version 1.1.0
Last update 20. December 2022
Organization Optimaize GmbH, Switzerland
URL https://github.com/optimaize/anythingworks
License LGPLv3
Dependencies amount 1
Dependencies annotations,
There are maybe transitive dependencies!

nomin from group net.sf.nomin (version 1.2.2)

Nomin is a mapping engine for the Java platform. It provides abilities to transform object trees according to declarative mapping rules. Main features of Nomin are no XML configuration, intuitively looking mapping, using arbitrary expressions and method invocations in mappings, pre and postprocessing right in a mapping listing, customizations. It's applicable for any Java compatible classes, not only JavaBeans.

Group: net.sf.nomin Artifact: nomin
Show all versions Show documentation Show source 
 

0 downloads
Artifact nomin
Group net.sf.nomin
Version 1.2.2
Last update 11. November 2022
Organization not specified
URL https://github.com/dobrynya/nomin
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

artemis-fluid-core-utility-sources from group org.mini2Dx (version 2.4.0)

Provides a testing framework for support classes that are generated when using fluid entities. Since E.class and SuperMapper.class are not available at this point we resort to a bit of trickery so we can at least test the utility classes. fluid-core will pick up /src/test/java/com/artemis/ as resources (see /target/classes/fluid-entity-sources/) FluidGenerator can be made to deploy these while generating E and SuperMapper. See fluid-core pom which files are packaged as resources. Add new files to be deployed to FluidGenerator.generate manually!

Group: org.mini2Dx Artifact: artemis-fluid-core-utility-sources

 

0 downloads
Artifact artemis-fluid-core-utility-sources
Group org.mini2Dx
Version 2.4.0
Last update 01. November 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies artemis-odb,
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!

json from group edu.byu.hbll (version 1.4.2)

Various JSON helper classes and utilities based on Jackson. This also provides as compile dependencies the Jackson annotations, core, databind, datatype-jdk8, module-jaxb-annotations, and datatype-jsr310 modules along with snakeyaml. Therefore you only need to declare this library as a dependency in order to include those other dependencies.

Group: edu.byu.hbll Artifact: json
Show all versions Show documentation Show source 
 

2 downloads
Artifact json
Group edu.byu.hbll
Version 1.4.2
Last update 29. March 2022
Organization not specified
URL https://gitlab.com/byuhbll/lib/java/${project.artifactId}
License not specified
Dependencies amount 7
Dependencies jackson-annotations, jackson-core, jackson-databind, jackson-datatype-jdk8, jackson-module-jaxb-annotations, jackson-datatype-jsr310, snakeyaml,
There are maybe transitive dependencies!

camunda-kafka-model from group de.viadee.camunda (version 2.0.1)

A small Java-based toolset to gather event data from a Camunda BPM engine and store it in Apache Kafka. Repository contains the camunda-kafka-polling-client and the camunda-kafka-model, to make reuse of the data structures easy. This tooling is meant to be used as a part of the viadee Process Warehouse or the bpmn.ai concepts. This is the model module, i.e. it contains the data model classes for reuse by Java-based, downstream analysis components.

Group: de.viadee.camunda Artifact: camunda-kafka-model
Show all versions Show documentation Show source 
 

0 downloads
Artifact camunda-kafka-model
Group de.viadee.camunda
Version 2.0.1
Last update 18. February 2022
Organization viadee Unternehmensberatung AG
URL https://github.com/viadee/camunda-kafka-polling-client
License BSD-3 Clause
Dependencies amount 1
Dependencies jackson-annotations,
There are maybe transitive dependencies!



Page 845 from 866 (items total 8657)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy