Coder Social home page Coder Social logo

Comments (5)

amar212b avatar amar212b commented on July 17, 2024

Looking for quick reply please

from ocular.

uselvvi avatar uselvvi commented on July 17, 2024

The jar you are mentioning is present in the maven repo. I am not sure of the reason why you would get that. I would suggest you check these options as it could be your local maven/IDE issue.

https://stackoverflow.com/questions/6111408/maven2-missing-artifact-but-jars-are-in-place

from ocular.

amar212b avatar amar212b commented on July 17, 2024

Still didnt worked ,its not able to find this jar

from ocular.

amar212b avatar amar212b commented on July 17, 2024

i ran maven clean install from CMD it gives the same error.

It seems it gives error since it doesnt find the specified jar in Nexus repository which is used by our organisation --Could not find artifact net.sf:jargs:jar:1.0 in nexus

from ocular.

JustinHolzman avatar JustinHolzman commented on July 17, 2024

Try this

repositories {
        mavenCentral()
        maven {
            url "https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/"
        }
    }

and add this in the dependencies

implementation group: 'net.sf', name: 'jargs', version: '1.0'

from ocular.

Related Issues (13)

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.