Skip to content

Update Maven artifactId in README #18

@dreamworld

Description

@dreamworld

The dependency item in the README.md file will cause a maven error

Could not find artifact com.github.yannrichet:jmathplot:jar:1.0 in central (https://repo.maven.apache.org/maven2)

<dependencies> ... <dependency> <groupId>com.github.yannrichet</groupId> <artifactId>jmathplot</artifactId> <version>1.0</version> </dependency> ... </dependencies>

Please update the artifactId to <artifactId>JMathPlot</artifactId>, version>1.0.1</version> to avoid such error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions