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

Download JAR files tagged by object with all dependencies

Search JAR files by class name

objectos-core-object from group br.com.objectos.oss-java6 (version 3.1.0)

Defines the Objectos Core Utilities for java.lang.Object instances. Provides utitities for implementing equals(Object), hashCode() and toString() methods. Also provides a utitliy that helps constructors and methods check if they were invoked correctly or not.

Group: br.com.objectos.oss-java6 Artifact: objectos-core-object
Show all versions Show documentation Show source 
 

0 downloads
Artifact objectos-core-object
Group br.com.objectos.oss-java6
Version 3.1.0
Last update 18. January 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jar-runner-maven-plugin from group de.lars-sh (version 0.9.6)

This is a Maven plugin to execute JAR artifacts from command line. Apache Maven manages a project's build, reporting and documentation using a project object model (POM). But it's lacking support for executing artifacts from command line using a single line of code. The JAR Runner Maven Plugin aims at changing that.

Group: de.lars-sh Artifact: jar-runner-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact jar-runner-maven-plugin
Group de.lars-sh
Version 0.9.6
Last update 27. December 2021
Organization not specified
URL https://${parent-pom.github.organization}.github.io/${parent-pom.github.project}/
License MIT License
Dependencies amount 1
Dependencies maven-resolver-util,
There are maybe transitive dependencies!

html-parser from group cat.inspiracio (version 0.0.5)

HTML-parser provides a parser for HTML 5 that produces HTML 5 document object model. It aims to be a Java-implementation of http://www.w3.org/TR/html5/. It is for use in the server. It does not implement features that are relevant in the client, like event handling. It is for use from javascript, via Java's scripting library.

Group: cat.inspiracio Artifact: html-parser
Show all versions Show documentation Show source 
 

0 downloads
Artifact html-parser
Group cat.inspiracio
Version 0.0.5
Last update 29. September 2021
Organization not specified
URL http://www.inspiracio.cat
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies htmlparser, url-parser, xercesImpl,
There are maybe transitive dependencies!

bean-utils-library-parent from group com.hotels.beans (version 2.0.1.6)

This BeanUtils library is a Java Bean to Java Bean transformer that recursively copies data from one object to another, it is generic, flexible, reusable, configurable and incredibly fast. It's the only library able to transform Mutable, Immutable and Mixed bean without any custom configuration.

Group: com.hotels.beans Artifact: bean-utils-library-parent
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact bean-utils-library-parent
Group com.hotels.beans
Version 2.0.1.6
Last update 15. July 2021
Organization not specified
URL https://github.com/ExpediaGroup/bull
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

bull-bean-transformer from group com.hotels.beans (version 2.0.1.6)

Group: com.hotels.beans Artifact: bull-bean-transformer
Show all versions Show documentation Show source 
 

0 downloads
Artifact bull-bean-transformer
Group com.hotels.beans
Version 2.0.1.6
Last update 15. July 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies bull-converter,
There are maybe transitive dependencies!

openpojo from group com.openpojo (version 0.9.1)

This project was born out of a need to validate all POJOs (Plain Old Java Object) are behaving correctly. This project has two main aspects to it: * Make Testing as easy as possible. * Simplifying identity management (hashCode / equals) using annotation.

Group: com.openpojo Artifact: openpojo
Show all versions Show documentation Show source 
 

22 downloads
Artifact openpojo
Group com.openpojo
Version 0.9.1
Last update 17. May 2021
Organization not specified
URL http://openpojo.com/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

tensorics-core-starter from group org.tensorics (version 0.0.8)

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-starter
Show documentation Show source 
 

0 downloads
Artifact tensorics-core-starter
Group org.tensorics
Version 0.0.8
Last update 23. April 2021
Organization not specified
URL http://tensorics.org/
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies tensorics-core, spring-boot-starter,
There are maybe transitive dependencies!

hbase-object-mapper from group com.flipkart (version 1.19)

HBase ORM is a light-weight, thread-safe and performant library that enables: [1] object-oriented access of HBase rows (Data Access Object) with minimal code and good testability. [2] reading from and/or writing to HBase tables in Hadoop MapReduce jobs. This can also be used as an ORM for Bigtable.

Group: com.flipkart Artifact: hbase-object-mapper
Show all versions Show documentation Show source 
 

20 downloads
Artifact hbase-object-mapper
Group com.flipkart
Version 1.19
Last update 13. February 2021
Organization not specified
URL https://github.com/flipkart-incubator/hbase-orm
License Apache License, Version 2.0
Dependencies amount 5
Dependencies jackson-databind, jackson-datatype-jdk8, jackson-datatype-jsr310, hbase-client, guava,
There are maybe transitive dependencies!

json-serde from group com.github.anrosca (version 0.0.1)

Json serialization/deserialization library which can serialize to json complex object graphs (with cyclic dependencies) without imposing restrictions on objects from that graph (like to have getters and setters or a default constructor)

Group: com.github.anrosca Artifact: json-serde
Show documentation Show source 
 

0 downloads
Artifact json-serde
Group com.github.anrosca
Version 0.0.1
Last update 23. December 2020
Organization not specified
URL https://github.com/anrosca/json-serde
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies jackson-databind, objenesis,
There are maybe transitive dependencies!

langhuan-cabinet from group com.github.ljinlin (version 1.1.7-beta1)

This is a little book cabinet of Java.There are the most abstract state, type and other constants, a variety of components: unique id generator, dynamic data source components, cache components, interface specification groups, and a variety of tools: time, string, validation, reflection, object and other operating tools

Group: com.github.ljinlin Artifact: langhuan-cabinet
Show all versions Show documentation Show source 
 

0 downloads
Artifact langhuan-cabinet
Group com.github.ljinlin
Version 1.1.7-beta1
Last update 06. July 2020
Organization not specified
URL https://github.com/ljinlin/langhuan-cabinet
License The Apache Software License, Version 2.0
Dependencies amount 4
Dependencies commons-codec, concurrentlinkedhashmap-lru, pagehelper-spring-boot-starter, fastjson,
There are maybe transitive dependencies!



Page 284 from 323 (items total 3230)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy