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

Download JAR files tagged by example with all dependencies

Search JAR files by class name

bon-jova-rockstar-compiler from group io.quarkiverse.bonjova (version 0.6.0)

Group: io.quarkiverse.bonjova Artifact: bon-jova-rockstar-compiler
Show all versions Show documentation Show source 
 

0 downloads
Artifact bon-jova-rockstar-compiler
Group io.quarkiverse.bonjova
Version 0.6.0
Last update 05. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies gizmo, gizmo, antlr4-runtime,
There are maybe transitive dependencies!

quarkus-bon-jova-lyrics from group io.quarkiverse.bonjova (version 0.6.0)

Group: io.quarkiverse.bonjova Artifact: quarkus-bon-jova-lyrics
Show all versions Show documentation Show source 
 

0 downloads
Artifact quarkus-bon-jova-lyrics
Group io.quarkiverse.bonjova
Version 0.6.0
Last update 05. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 6
Dependencies JLyrics, config, json, jsoup, rest-assured, commons-logging-jboss-logging,
There are maybe transitive dependencies!

automata-incremental from group net.automatalib (version 0.11.0)

A library for incremental automata construction. This artifact contains algorithms for incrementally constructing DFAs (prefix-closed and non-prefix-closed), Mealy machines, and Moore machines from a finite, incrementally growing set of example inputs/outputs.

Group: net.automatalib Artifact: automata-incremental
Show all versions Show documentation Show source 
 

0 downloads
Artifact automata-incremental
Group net.automatalib
Version 0.11.0
Last update 06. November 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies automata-api, automata-commons-smartcollections, automata-commons-util, automata-core, automata-util, guava, checker-qual, cacio-tta, testng,
There are maybe transitive dependencies!

jfx-borderless-native from group io.github.pillisan42 (version 1.0.10)

This library provide true support of Windows 10 Aero Snap On JavaFx Undecorated non transparent Borderless window Native code is based on example found on this repository https://github.com/melak47/BorderlessWindow

Group: io.github.pillisan42 Artifact: jfx-borderless-native
Show all versions Show documentation Show source 
 

0 downloads
Artifact jfx-borderless-native
Group io.github.pillisan42
Version 1.0.10
Last update 05. June 2023
Organization not specified
URL [email protected]:pillisan42/JFxBorderlessNative.git
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

an-map from group io.github.gfrmoretti (version 1.1.1)

This library is meant to be a mapper based with Java annotations, this way you don't need to configure nothing, only import and use it. This is a need when you are working trying to isolate logical or critical classes from DTO or POJO's for example. This can be useful when you are following architectures or concepts like clean arch.

Group: io.github.gfrmoretti Artifact: an-map
Show all versions Show documentation Show source 
 

0 downloads
Artifact an-map
Group io.github.gfrmoretti
Version 1.1.1
Last update 27. May 2023
Organization not specified
URL https://github.com/gfrmoretti/anmap
License Apache License, Version 2.0
Dependencies amount 4
Dependencies annotations, lombok, logback-classic, asm-tree,
There are maybe transitive dependencies!

limbus-depchain-plugin from group com.remondis.limbus (version 3.1.0)

Limbus dependency management POM for plugin developers. This POM imports the dependency management for Limbus plugin development libraries. Several scopes are predefined, do not override scope without knowing what you do. Example: Do not set the limbus-engine-api into scope "compile". This will make the plugin unusable on the Limbus Engine!

Group: com.remondis.limbus Artifact: limbus-depchain-plugin
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact limbus-depchain-plugin
Group com.remondis.limbus
Version 3.1.0
Last update 26. March 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

limbus-showcase-launcher from group com.remondis.limbus (version 3.1.0)

This module is an example on how to start an instance of Max5 Limbus Engine and how to deploy artifacts on it. Use the launcher class to start the example. Note: This project is the host for a Limbus Engine. Therefore the dependency to limbus-engine-impl is needed. If you just want to develop a Limbus Plugin the dependency limbus-engine-api only is needed.

Group: com.remondis.limbus Artifact: limbus-showcase-launcher
Show all versions Show documentation Show source 
 

0 downloads
Artifact limbus-showcase-launcher
Group com.remondis.limbus
Version 3.1.0
Last update 26. March 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies limbus-engine-impl, limbus-logging-jdk,
There are maybe transitive dependencies!

mojo-executor-maven-plugin from group org.twdata.maven (version 2.4.1-m2)

A very simple example of how to use the Mojo Executor in a Maven plugin. This plugin allows you to specify the group ID, artifact ID, version, goal, and configuration of a plugin to execute. Why would you use this plugin instead of just executing the plugin directly? You wouldn't, probably! It's just for example and functional testing purposes.

Group: org.twdata.maven Artifact: mojo-executor-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact mojo-executor-maven-plugin
Group org.twdata.maven
Version 2.4.1-m2
Last update 28. February 2023
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies plexus-utils, mojo-executor, commons-lang3,
There are maybe transitive dependencies!

forward-engineering from group com.neko233 (version 1.0.1)

ForwardEngineering is a Java Class -> Code Generator Tech. 1. you can generate DB Table DDL (example: MySQL) 2. you can generate Spring Web MVC Code 3. you can generate Event Handler in Reactive Style by your self~ Official only support very simple Template to you, but you can DIY your self. Enjoy it!

Group: com.neko233 Artifact: forward-engineering
Show all versions Show documentation Show source 
 

0 downloads
Artifact forward-engineering
Group com.neko233
Version 1.0.1
Last update 19. January 2023
Organization not specified
URL https://gitee.com/SolarisNeko/forward-engineering
License Apache 2.0
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

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

A code example for how to use the anythingworks library. The submodules are: server: a sample server app that runs a web service. clientlib: the matching web service client library that uses soap/wsdl to connect to the server. clientapp: a sample client app that uses the clientlib to connect to the server. To test it, run the Boot class and then execute the PingServiceImplTest.

Group: com.optimaize.anythingworks.exampleproject Artifact: anythingworks-exampleproject
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact anythingworks-exampleproject
Group com.optimaize.anythingworks.exampleproject
Version 1.1.0
Last update 20. December 2022
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies logback-classic, jul-to-slf4j,
There are maybe transitive dependencies!



Page 234 from 272 (items total 2711)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy