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

Download JAR files tagged by class with all dependencies

Search JAR files by class name

shared from group org.eclipse.steady (version 3.2.5)

Contains class definitions shared between the different Maven modules. They can be classified as follows: Classes for JSON (de)serialization, classes supporting service connectivity, utility classes and classes used to ensure consistency across modules.

Group: org.eclipse.steady Artifact: shared
Show all versions Show documentation Show source 
 

0 downloads
Artifact shared
Group org.eclipse.steady
Version 3.2.5
Last update 20. September 2022
Organization not specified
URL https://eclipse.github.io/steady/shared/
License Apache License, Version 2.0
Dependencies amount 10
Dependencies jackson-core, jackson-databind, jackson-annotations, commons-configuration, commons-collections, packageurl-java, validation-api, log4j-api, log4j-core, spotbugs-annotations,
There are maybe transitive dependencies!

base-crud-app from group io.github.adityakumar28 (version 1.0.0)

Library for reducing dev time for spring boot developers.Idea is to generify the boilerplate code which is required for the creation of a CRUD application so that one should write the same code again and again for different class types.

Group: io.github.adityakumar28 Artifact: base-crud-app
Show all versions Show documentation Show source 
 

0 downloads
Artifact base-crud-app
Group io.github.adityakumar28
Version 1.0.0
Last update 19. June 2022
Organization not specified
URL Not specified
License MIT License
Dependencies amount 5
Dependencies spring-boot-starter-data-jpa, spring-boot-starter-web, lombok, spring-boot-starter-validation, springdoc-openapi-ui,
There are maybe transitive dependencies!

gwt-timer from group org.treblereel.gwt.gwtproject.timer (version 202203291)

A simplified, browser-safe timer class. This class serves the same purpose as java.util.Timer, but is simplified because of the single-threaded environment. To schedule a timer, simply create a subclass of it (overriding run) and call schedule or scheduleRepeating.

Group: org.treblereel.gwt.gwtproject.timer Artifact: gwt-timer
Show documentation Show source 
 

0 downloads
Artifact gwt-timer
Group org.treblereel.gwt.gwtproject.timer
Version 202203291
Last update 30. March 2022
Organization The GWT Project Authors
URL https://github.com/gwtproject/gwt-timer
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies elemental2-dom,
There are maybe transitive dependencies!

vertx-sql-assist from group org.mirrentools (version 4.2.4)

vertx-sql-assist is the SQL operation help tool of Vert.x, which provides the support of insert, delete, update, query, join, paging query, cooperate with SqlAssist help class, it basically does not need to write a line of SQL code.

Group: org.mirrentools Artifact: vertx-sql-assist
Show all versions Show documentation Show source 
 

0 downloads
Artifact vertx-sql-assist
Group org.mirrentools
Version 4.2.4
Last update 09. February 2022
Organization Mirren Tools
URL https://mirrentools.org
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

viadeeProcessApplicationValidator from group de.viadee (version 3.0.8)

The tool checks Camunda projects for consistency and discovers errors in process-driven applications. Called as a JUnit test, it discovers esp. inconsistencies of a given BPMN model in the classpath and the sourcecode of an underlying java project, such as a delegate reference to a non-existing java class or a non-existing Spring bean.

Group: de.viadee Artifact: viadeeProcessApplicationValidator
Show all versions Show documentation Show source 
 

0 downloads
Artifact viadeeProcessApplicationValidator
Group de.viadee
Version 3.0.8
Last update 06. January 2022
Organization viadee Unternehmensberatung AG
URL https://github.com/viadee/vPAV
License BSD-3 Clause
Dependencies amount 24
Dependencies cron-utils, spring-expression, spring-context, spring-boot-starter-web, camunda-bpm-spring-boot-starter-webapp, jaxb-impl, ant, maven-plugin-api, maven-gpg-plugin, junit, mockito-core, camunda-engine, maven-artifact, juel, commons-io, commons-collections4, commons-lang3, log4j-core, groovy, gson, time4j-range, soot, guava, camunda-bpmn-model,
There are maybe transitive dependencies!

nalu from group io.github.eeroom (version 2.4)

An ORM class library is used to create, read, update and delete single table data in the database. All these operations are completed by lambda. nalu translate lambda expressions into SQL statements, then execute queries, and then map data to entity objects, which is very different from traditional ORM such as mybatis.

Group: io.github.eeroom Artifact: nalu
Show all versions Show documentation Show source 
 

0 downloads
Artifact nalu
Group io.github.eeroom
Version 2.4
Last update 05. January 2022
Organization not specified
URL https://github.com/eeroom/hw.core
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies spring-context,
There are maybe transitive dependencies!

junit4-stub from group io.syndesis.transitional (version 1.13.2)

Stub used instead of JUnit 4 dependency. These classes are used only so that the class hiearchy can be maintained. Functionality of these classes is not used, that's why they're empty, but they're needed to successfuly compile 3rd party dependencies without introducing junit:junit (JUnit 4) dependency. For one such case see: https://github.com/testcontainers/testcontainers-java/issues/970#issuecomment-625044008

Group: io.syndesis.transitional Artifact: junit4-stub
Show all versions Show documentation Show source 
 

0 downloads
Artifact junit4-stub
Group io.syndesis.transitional
Version 1.13.2
Last update 21. December 2021
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

class-file-format-rule from group org.owasp.maven.enforcer (version 2.0.0)

A maven-enforcer rule that ensures dependencies do not exceed the required class file format required by the JVM. In other words, if your project must support an older version of Java - this rule will ensure your dependencies are able to run in the older JVM.

Group: org.owasp.maven.enforcer Artifact: class-file-format-rule
Show all versions Show documentation Show source 
 

0 downloads
Artifact class-file-format-rule
Group org.owasp.maven.enforcer
Version 2.0.0
Last update 02. September 2021
Organization OWASP
URL https://github.com/jeremylong/class-file-format-rule
License The Apache Software License, Version 2.0
Dependencies amount 7
Dependencies enforcer-api, maven-artifact-transfer, maven-project, maven-core, maven-artifact, maven-plugin-api, maven-dependency-tree,
There are maybe transitive dependencies!

live-event from group com.github.hadilq (version 1.3.0)

This library holds a class to handle single live events in Android MVVM architectural pattern. This class is extended form LiveData class, from `androidx.lifecycle:lifecycle-extensions` library, to propagate the data as an event, which means it emits data just once.

Group: com.github.hadilq Artifact: live-event
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact live-event
Group com.github.hadilq
Version 1.3.0
Last update 26. June 2021
Organization not specified
URL https://github.com/hadilq/LiveEvent
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

remasteredlogger from group codes.wesley-dev (version 1.1.4)

'RemasteredLogger is a logger as simple as it is complex, it uses SLF4j as an API base. This logger provides the developer with ease of use for a wide variety of utility. This also allows the simplicity of saving under several loggers but also the complexity of being able to create "Class" or single event loggers.'

Group: codes.wesley-dev Artifact: remasteredlogger
Show all versions Show documentation Show source 
 

0 downloads
Artifact remasteredlogger
Group codes.wesley-dev
Version 1.1.4
Last update 06. May 2021
Organization not specified
URL https://github.com/kanekireal/RemasteredLogger
License Apache License 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 238 from 3 (items total 2814)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy