GithubHelp home page GithubHelp logo

guoyu07 / mvnrepo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kong/mvnrepo

0.0 0.0 0.0 2.2 MB

This is a public Maven Repository hosted on GitHub that we use on Mashape. You are free to use it and contribute to it.

Home Page: www.mashape.com

mvnrepo's Introduction

MVNRepo

This is a public Maven Repository hosted on http://maven.mashape.com that we use on Mashape.

You are free to use in your projects, and contribute to it.

Usage

Add the following code to your pom.xml for releases libraries:

<repository>
	<id>mashape-releases</id>
	<url>http://maven.mashape.com/releases</url>
</repository>

Add the following code to your pom.xml for snapshots libraries:

<repository>
	<id>mashape-snapshots</id>
	<url>http://maven.mashape.com/snapshots</url>
</repository>

How to contribute

If you have a *.jar file, and you would like to distribute it in this Maven Repository, follow these steps:

  1. Clone this GitHub repository
  2. Execute the mvn deploy:deploy-file command:
mvn deploy:deploy-file -Dpackaging=jar \
  -DgroupId=GROUPID \
  -DartifactId=ARTIFACTID \
  -Dversion=VERSION \
  -Dfile=PATH-TO-FILE \
  -Durl=file:/path-to-MVNRepo/releases-or-snapshots

For example:

mvn deploy:deploy-file -Dpackaging=jar \
  -DgroupId=com.braintreegateway \
  -DartifactId=braintree \
  -Dversion=2.13.1 \
  -Dfile=braintree-java-2.13.1.jar \
  -Durl=file:/path-to-MVNRepo/releases

or, if you want to preserve the original pom.xml

 mvn deploy:deploy-file -DpomFile=pom.xml -Dfile=PATH-TO-FILE -Durl=file:/path-to-MVNRepo/releases-or-snapshots

Be aware that the code above must be customized with the right arguments:

  • -DgroupId
  • -DartifactId
  • -Dversion
  • -Dfile
  • -Durl (this could be releases or snapshots)

Releases

###Unirest-Java###

<dependency>
	<groupId>com.mashape.unirest</groupId>
	<artifactId>unirest-java</artifactId>
	<version>1.2.8</version>
</dependency>

###Braintree###

<dependency>
	<groupId>com.braintreegateway</groupId>
	<artifactId>braintree</artifactId>
	<version>2.13.2</version>
</dependency>

###Mashape File Manager###

<dependency>
	<groupId>com.mashape.file-manager</groupId>
	<artifactId>mashape-file-manager</artifactId>
	<version>1.1.2</version>
</dependency>

###Mashape Java Client Library###

<dependency>
	<groupId>com.mashape.clients</groupId>
	<artifactId>mashape-java-client</artifactId>
	<version>2.0.13</version>
</dependency>

###PDFCROWD###

<dependency>
	<groupId>com.pdfcrowd</groupId>
	<artifactId>pdfcrowd</artifactId>
	<version>2.4</version>
</dependency>

###jbeandumer###

<dependency>
	<groupId>ru.yandex.lc.jbd</groupId>
	<artifactId>jbeandumer</artifactId>
	<version>1.5.1</version>
</dependency>

###objectdumper###

<dependency>
	<groupId>nu.rohde.objectdumper</groupId>
	<artifactId>objectdumper</artifactId>
	<version>0.10</version>
</dependency>

Snapshots

###Morphia (MODIFIED VERSION, SEE URL)###

<dependency>
	<groupId>com.google.code.morphia</groupId>
	<artifactId>morphia</artifactId>
	<version>1.0-appco</version>
</dependency>

###Mongo Analyzer###

  • Version: 1.0
<dependency>
	<groupId>com.mashape.mongo.analyzer</groupId>
	<artifactId>mongo-analyzer</artifactId>
	<version>1.0</version>
</dependency>

mvnrepo's People

Contributors

subnetmarco avatar shatsar avatar esseguin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.