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

Download JAR files tagged by maven with all dependencies

Search JAR files by class name

orphedomos-maven-plugin from group org.technologybrewery.orphedomos (version 0.10.1)

Group: org.technologybrewery.orphedomos Artifact: orphedomos-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact orphedomos-maven-plugin
Group org.technologybrewery.orphedomos
Version 0.10.1
Last update 27. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies plexus-utils, plexus-sec-dispatcher, slf4j-api, commons-exec, maven-clean-plugin, httpclient, commons-lang3, commons-collections4, commons-io,
There are maybe transitive dependencies!

orphedomos-parent from group org.technologybrewery.orphedomos (version 0.10.1)

Group: org.technologybrewery.orphedomos Artifact: orphedomos-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads

war-vaadin08-spring from group org.ops4j.pax.web.samples (version 9.0.16)

https://vaadin.com/docs/v8/framework/advanced/advanced-spring https://github.com/vaadin/framework-spring-tutorial https://vaadin.github.io/framework-spring-tutorial Project created using https://start.spring.io/#!type=maven-project&language=java&platformVersion=2.5.2.RELEASE&packaging=war&jvmVersion=1.8&groupId=com.example&artifactId=demo&name=demo&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.demo&dependencies=vaadin but changed from Vaadin 14 to Vaadin 8.

Group: org.ops4j.pax.web.samples Artifact: war-vaadin08-spring
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact war-vaadin08-spring
Group org.ops4j.pax.web.samples
Version 9.0.16
Last update 25. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies vaadin-spring-boot-starter,
There are maybe transitive dependencies!

git-commit-id-maven-plugin from group io.github.git-commit-id (version 8.0.2)

This plugin makes basic repository information available through maven resources. This can be used to display "what version is this?" or "who has deployed this and when, from which branch?" information at runtime, making it easy to find things like "oh, that isn't deployed yet, I'll test it tomorrow" and making both testers and developers life easier. See https://github.com/git-commit-id/git-commit-id-maven-plugin

Group: io.github.git-commit-id Artifact: git-commit-id-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact git-commit-id-maven-plugin
Group io.github.git-commit-id
Version 8.0.2
Last update 18. March 2024
Organization not specified
URL https://github.com/git-commit-id/git-commit-id-maven-plugin
License GNU Lesser General Public License 3.0
Dependencies amount 3
Dependencies git-commit-id-plugin-core, plexus-build-api, jsr305,
There are maybe transitive dependencies!

version-lifecycle-maven-plugin from group com.anton-johansson (version 1.0.0)

This Maven plugin aims to provide a better experience regarding version management in Maven. It does this by introducing a new lifecycle. This allows to bump major, minor or patch version numbers with a simple command while still being able to run other plugins during the creation of the version. Output generated from these plugins can easily be added and included in the release tag.

Group: com.anton-johansson Artifact: version-lifecycle-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact version-lifecycle-maven-plugin
Group com.anton-johansson
Version 1.0.0
Last update 07. March 2024
Organization not specified
URL https://github.com/anton-johansson/version-lifecycle-maven-plugin
License Apache License, Version 2.0
Dependencies amount 7
Dependencies java-semver, org.eclipse.jgit, commons-io, maven-plugin-api, maven-core, plexus-utils, plexus-interactivity-api,
There are maybe transitive dependencies!

maven-artifact from group org.apache.maven (version 4.0.0-alpha-13)

Group: org.apache.maven Artifact: maven-artifact
Show all versions Show documentation Show source 
 

442 downloads
Artifact maven-artifact
Group org.apache.maven
Version 4.0.0-alpha-13
Last update 06. March 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven from group org.apache.maven (version 4.0.0-alpha-13)

Maven is a software build management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.

Group: org.apache.maven Artifact: maven
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact maven
Group org.apache.maven
Version 4.0.0-alpha-13
Last update 06. March 2024
Organization not specified
URL https://maven.apache.org/ref/${project.version}/
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

maven-remote-resources-plugin from group org.apache.maven.plugins (version 3.2.0)

Process resources packaged in JARs that have been deployed to a remote repository. The primary use case being satisfied is the consistent inclusion of common resources in a large set of projects. Maven projects at Apache use this plug-in to satisfy licensing requirements at Apache where each project must include license and notice files for each release.

Group: org.apache.maven.plugins Artifact: maven-remote-resources-plugin
Show all versions Show documentation Show source 
 

2 downloads
Artifact maven-remote-resources-plugin
Group org.apache.maven.plugins
Version 3.2.0
Last update 02. March 2024
Organization The Apache Software Foundation
URL https://maven.apache.org/plugins/maven-remote-resources-plugin/
License Apache-2.0
Dependencies amount 8
Dependencies maven-resolver-util, maven-archiver, maven-filtering, maven-common-artifact-filters, plexus-resources, plexus-utils, plexus-xml, velocity-engine-core,
There are maybe transitive dependencies!

dbunit-ant from group io.github.vasiliygagin (version 2.10.0)

dbUnit is a JUnit extension (also usable from Ant and Maven) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.

Group: io.github.vasiliygagin Artifact: dbunit-ant
Show all versions Show documentation Show source 
 

0 downloads
Artifact dbunit-ant
Group io.github.vasiliygagin
Version 2.10.0
Last update 04. January 2024
Organization not specified
URL Not specified
License GNU Lesser General Public License, Version 2.1
Dependencies amount 4
Dependencies dbunit-core, dbunit-xls, junit, ant,
There are maybe transitive dependencies!

dbunit-core from group io.github.vasiliygagin (version 2.10.0)

dbUnit is a JUnit extension (also usable from Ant and Maven) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.

Group: io.github.vasiliygagin Artifact: dbunit-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact dbunit-core
Group io.github.vasiliygagin
Version 2.10.0
Last update 04. January 2024
Organization not specified
URL Not specified
License GNU Lesser General Public License, Version 2.1
Dependencies amount 5
Dependencies slf4j-api, h2, hsqldb, postgresql, commons-compress,
There are maybe transitive dependencies!



Page 2451 from 2492 (items total 24920)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy