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

Download JAR files tagged by someone with all dependencies

Search JAR files by class name

TEMPLATEAPPNAME-dev from group org.webpieces (version 1.9.32)

Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property

Group: org.webpieces Artifact: TEMPLATEAPPNAME-dev
Show all versions Show documentation Show source 
 

0 downloads
Artifact TEMPLATEAPPNAME-dev
Group org.webpieces
Version 1.9.32
Last update 28. August 2016
Organization deanhiller
URL https://github.com/deanhiller/webpieces
License Apache License 2.0
Dependencies amount 8
Dependencies javax.inject, slf4j-api, logback-classic, joda-time, http-webserver, http-router-dev, http-templating-dev, TEMPLATEAPPNAME-prod,
There are maybe transitive dependencies!

geronimo-welcome from group org.apache.geronimo.plugins (version 3.0.1)

This is a very simple application that is intended to serve as the default page that can be viewed when the server is first installed so that someone can see that the installation is working.

Group: org.apache.geronimo.plugins Artifact: geronimo-welcome
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact geronimo-welcome
Group org.apache.geronimo.plugins
Version 3.0.1
Last update 23. May 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

geronimo-welcome from group org.apache.geronimo.applications (version 2.0.2)

This is a very simple application that is intended to serve as the default page that can be viewed when the server is first installed so that someone can see that the installation is working.

Group: org.apache.geronimo.applications Artifact: geronimo-welcome
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact geronimo-welcome
Group org.apache.geronimo.applications
Version 2.0.2
Last update 18. October 2007
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

geronimo-welcome from group geronimo (version 1.1.1)

This is a very simple application that is intended to serve as the default page that can be viewed when the server is first installed so that someone can see that the installation is working.

Group: geronimo Artifact: geronimo-welcome
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact geronimo-welcome
Group geronimo
Version 1.1.1
Last update 19. September 2006
Organization Apache Software Foundation
URL http://geronimo.apache.org/
License not specified
Dependencies amount 13
Dependencies geronimo-kernel, geronimo-system, mx4j, ant, commons-el, geronimo-j2ee_1.4_spec, standard, jstl, jasper-runtime, jasper-compiler, commons-logging, commons-jelly-tags-velocity, velocity,
There are maybe transitive dependencies!

dotenv from group io.github.exortions (version 1.0.0-RELEASE)

dotenv is a Java library that allows you to access and connect to .env files to store data like tokens, etc. without someone viewing your main class and seeing them.

Group: io.github.exortions Artifact: dotenv
Show documentation Show source 
 

0 downloads
Artifact dotenv
Group io.github.exortions
Version 1.0.0-RELEASE
Last update 25. July 2021
Organization not specified
URL https://github.com/Exortions/dotenv
License Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.openengsb.framework.api from group org.openengsb.framework (version 3.0.0.M2)

Interfaces to be implemented by Domains, Connectors and Events which handle intatiation of Services and Proxies, classes for registration of bundles and services, classes for localization, classes that save connector properties (Persistence) and finally classes that enable the web application to have access to OSGI bundles. This bundle contains only the model and interface descriptions of all those services. In theory someone can take only a minor number of openengsb bundles, the api and create the rest of the system on his own.

Group: org.openengsb.framework Artifact: org.openengsb.framework.api
Show all versions Show documentation Show source 
 

0 downloads
Artifact org.openengsb.framework.api
Group org.openengsb.framework
Version 3.0.0.M2
Last update 10. October 2014
Organization not specified
URL http://www.openengsb.org
License Apache 2
Dependencies amount 4
Dependencies guava, org.osgi.core, commons-lang, commons-io,
There are maybe transitive dependencies!

openengsb-core-api from group org.openengsb.core (version 1.3.0.M3)

Interfaces to be implemented by Domains, Connectors and Events which handle intatiation of Services and Proxies, classes for registration of bundles and services, classes for localization, classes that save connector properties (Persistence) and finally classes that enable the web application to have access to OSGI bundles. This bundle contains only the model and interface descriptions of all those services. In theory someone can take only a minor number of openengsb bundles, the api and create the rest of the system on his own.

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

0 downloads
Artifact openengsb-core-api
Group org.openengsb.core
Version 1.3.0.M3
Last update 15. July 2011
Organization not specified
URL http://www.openengsb.org
License Apache 2
Dependencies amount 2
Dependencies drools-api, spring-security-core,
There are maybe transitive dependencies!

pdsl from group com.google.pdsl (version 1.7.2)

The Polymorphic DSL test framework was designed to solve the challenges with testing large, complex systems. Modern architecture requires software to run as distrubited systems or on multiple platforms. The conventional cost of testing these systems is quite high. PDSL allows a user to describe the system under test using a DSL of some kind: a picture, sentences in natural languages, graphs, etc. Using a common DSL allows someone to make deeply scalable tests. A simple change to the DSL could generate dozens of tests providing coverage through many layers of the test pyramid or even multiple applications.

Group: com.google.pdsl Artifact: pdsl
Show all versions Show documentation Show source 
 

0 downloads
Artifact pdsl
Group com.google.pdsl
Version 1.7.2
Last update 07. November 2024
Organization not specified
URL http://www.github.com/google/polymorphicDSL
License not specified
Dependencies amount 16
Dependencies jacoco-maven-plugin, antlr4-runtime, antlr4, logback-classic, guava, asciidoctorj, asciidoctorj-pdf, protobuf-java, auto-value-annotations, junit, junit-platform-engine, junit-jupiter, junit-platform-commons, junit-jupiter-engine, guice, javax.inject,
There are maybe transitive dependencies!

degen from group com.peterlavalle (version 1.3.0)

A Maven Mojo to download and "degenerate" non-maven projects into sources and binaries This MOJO is supposed to scrape and "de-generate" a zip file containing jars into a project's generated-sources folder, skipping items provided in the `src/` folder. It is intended to "mavenize-with-changes" an existing project and allow the user (of the Mojo) to replace classes which they do not have the ability/desire to recompile without setting up a full build. It can also be used to import non-maven projects by not changing anything. The itch I wanted to scratch was mostly to port libGDX to Maven, while replacing the native methods on Matrix4, without rebuilding the whole project. In essence - it's an alternative to patching someone else's project.

Group: com.peterlavalle Artifact: degen
Show all versions Show documentation Show source 
 

0 downloads
Artifact degen
Group com.peterlavalle
Version 1.3.0
Last update 28. January 2013
Organization not specified
URL https://github.com/g-pechorin/degen
License GNU AFFERO GENERAL PUBLIC LICENSE
Dependencies amount 3
Dependencies maven-plugin-api, maven-project, guava,
There are maybe transitive dependencies!

antlr3-maven-plugin from group org.antlr (version 3.5.3)

This is the brand new, re-written from scratch plugin for ANTLR v3. Previous valiant efforts all suffered from being unable to modify the ANTLR Tool itself to provide support not just for Maven oriented things but any other tool that might wish to invoke ANTLR without resorting to the command line interface. Rather than try to shoe-horn new code into the existing Mojo (in fact I think that by incorporating a patch supplied by someone I ended up with tow versions of the Mojo, I elected to rewrite everything from scratch, including the documentation, so that we might end up with a perfect Mojo that can do everything that ANTLR v3 supports such as imported grammar processing, proper support for library directories and locating token files from generated sources, and so on. In the end I decided to also change the the ANTLR Tool.java code so that it would be the provider of all the things that a build tool needs, rather than delegating things to 5 different tools. So, things like dependencies, dependency sorting, option tracking, generating sources and so on are all folded back in to ANTLR's Tool.java code, where they belong, and they now provide a public interface to anyone that might want to interface with them. One other goal of this rewrite was to completely document the whole thing to death. Hence even this pom has more comments than funcitonal elements, in case I get run over by a bus or fall off a cliff while skiing. Jim Idle - March 2009

Group: org.antlr Artifact: antlr3-maven-plugin
Show all versions Show documentation Show source 
 

1 downloads
Artifact antlr3-maven-plugin
Group org.antlr
Version 3.5.3
Last update 10. April 2022
Organization not specified
URL http://antlr.org
License not specified
Dependencies amount 6
Dependencies plexus-compiler-api, plexus-build-api, antlr, slf4j-api, slf4j-simple, antlr,
There are maybe transitive dependencies!



Page 2 from 2 (items total 20)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy