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

apt-repo from group org.m1theo (version 0.3.0)

This plugin turns your maven build for deb files into an apt-repository. It is meant to be used in conjunction with plugins like "jdeb", which generate deb files from your artifacts. apt-repo will generate an apt Release and Packages.gz file for these deb files. Therefore the apt command will recognize your maven build as a valid repo.

Group: org.m1theo Artifact: apt-repo
Show all versions Show documentation Show source 
 

0 downloads
Artifact apt-repo
Group org.m1theo
Version 0.3.0
Last update 06. September 2016
Organization not specified
URL https://github.com/theoweiss/apt-repo
License Eclipse Public License - v 1.0
Dependencies amount 8
Dependencies maven-plugin-api, maven-core, plexus-utils, commons-compress, commons-codec, maven-project, bcpg-jdk15on, commons-io,
There are maybe transitive dependencies!

docs-city-archetype-quickstart from group com.github.charlie-cityu.archetypes (version 1.0)

A variation on the maven-archetype-quickstart with source set to 1.8, build to executable jar with dependencies and junit 4.12. File names have been changed to Main.java and MainTest.java. Directory structure remains consistent with the Maven standard.

Group: com.github.charlie-cityu.archetypes Artifact: docs-city-archetype-quickstart
Show source 
 

0 downloads
Artifact docs-city-archetype-quickstart
Group com.github.charlie-cityu.archetypes
Version 1.0
Last update 15. August 2016
Organization not specified
URL http://github.com/charliew-city/docs-city-archetype-quickstart
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

org.eclipse.swt.macosx.x86_64 from group com.resare.repackage (version 3.105.0.v20160603-0902)

The osx x86_64 swt jar as available in the Eclipse 4.6 (Neon) release for OSX. It is suitable for use with jface and other dependencies available from maven central in the org.eclipse.scout.sdk.deps group. The sources is copied from swt-4.6-cocoa-macosx-x86_64.zip from http://download.eclipse.org/eclipse/downloads/drops4/R-4.6-201606061100/ and javadoc is generated from sources.

Group: com.resare.repackage Artifact: org.eclipse.swt.macosx.x86_64
Show documentation Show source 
 

2 downloads
Artifact org.eclipse.swt.macosx.x86_64
Group com.resare.repackage
Version 3.105.0.v20160603-0902
Last update 08. August 2016
Organization not specified
URL http://www.eclipse.org/swt/
License Eclipse Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

cassandra from group org.beiter.michael.eaudit4j.processors (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides a set of audit processors that persists audit events using Cassandra. Once persisted, the event is passed on without modification.

Group: org.beiter.michael.eaudit4j.processors Artifact: cassandra
Show documentation Show source 
 

0 downloads
Artifact cassandra
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 5
Dependencies common, slf4j-log4j12, commons-lang3, cassandra-driver-core, guava,
There are maybe transitive dependencies!

slf4j from group org.beiter.michael.eaudit4j.processors (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides an audit processor that logs audit events using slf4j, and passes the event on without modifying it.

Group: org.beiter.michael.eaudit4j.processors Artifact: slf4j
Show all versions Show documentation Show source 
 

1 downloads
Artifact slf4j
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 4
Dependencies common, slf4j-log4j12, commons-lang3, commons-codec,
There are maybe transitive dependencies!

eventId from group org.beiter.michael.eaudit4j.processors (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides an audit processor that creates a random event ID. The entropy is configurable, and the ID is appended to the event and stored in a configurable field name.

Group: org.beiter.michael.eaudit4j.processors Artifact: eventId
Show all versions Show documentation Show source 
 

0 downloads
Artifact eventId
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies common, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!

timestamp from group org.beiter.michael.eaudit4j.processors (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides an audit processor that retrieves the system time and appends a timestamp as a field to audit events.

Group: org.beiter.michael.eaudit4j.processors Artifact: timestamp
Show all versions Show documentation Show source 
 

1 downloads
Artifact timestamp
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies common, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!

machineId from group org.beiter.michael.eaudit4j.processors (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides an audit processor that creates a unique machine ID for the machine executing the library and appends it as a field to audit events.

Group: org.beiter.michael.eaudit4j.processors Artifact: machineId
Show all versions Show documentation Show source 
 

0 downloads
Artifact machineId
Group org.beiter.michael.eaudit4j.processors
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 3
Dependencies common, slf4j-log4j12, commons-lang3,
There are maybe transitive dependencies!

common from group org.beiter.michael.eaudit4j (version 1.1)

This module is part of the eAudit4j audit library, providing a simple and pluggable solution for auditing in Java. This particular Maven module provides common artifacts such as shared interfaces and factory implementations to instantiate interface implementations.

Group: org.beiter.michael.eaudit4j Artifact: common
Show all versions Show documentation Show source 
 

0 downloads
Artifact common
Group org.beiter.michael.eaudit4j
Version 1.1
Last update 20. July 2016
Organization not specified
URL http://mbeiter.github.io/audit4j/docs/${project.version}/${project.artifactId}/
License not specified
Dependencies amount 4
Dependencies array, slf4j-log4j12, commons-lang3, commons-codec,
There are maybe transitive dependencies!

wix-oss-parent from group com.wix (version 1.4.0)

The Single Point of Truth for all Wix Open Source projects. This POM artifact should be the parent for all Wix open source projects. It includes the various (common) Maven plugins, the GPG signing profile, organization element, licenses, distribution management, and common dependencies (e.g., Scala)

Group: com.wix Artifact: wix-oss-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact wix-oss-parent
Group com.wix
Version 1.4.0
Last update 30. May 2016
Organization not specified
URL https://github.com/wix/wix-oss-parent
License Apache License, Version 2.0
Dependencies amount 1
Dependencies scala-reflect,
There are maybe transitive dependencies!



Page 2475 from 3 (items total 25410)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy