Code Monkey home page Code Monkey logo

youhatejava's People

Contributors

fadeoc avatar

Watchers

 avatar

youhatejava's Issues

mvn install local jar

mvn install:install-file -Dfile= -DgroupId= -DartifactId= -Dversion= -Dpackaging=

maven officical doc

public static Solution Fadeoc extend Apache

  • It is ok if you do not know groupid, artifactid, version for the command above because you can just type any name as you wish:) ya~!

  • You have to add double quote for those "" if your parameters in command line is not whole word, like: a.b.c, should be “a.b.c”, at least in powershell.

  • By the command above, you just installed a jar into local repo, you have to add

<dependency>
  <groupId>com.ewell.mq</groupId>
  <artifactId>queue</artifactId>
  <version>3.0.1</version>
</dependency>

in your project pom, then maven update.

  • You could possiblely get an "artifact can not be resolve" error, check if you are using default maven repo, the .m2 folder, if you have appointed maven repo to another location, please add
    --settings path/to/settings.xml option in command

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.