Skip to content

Can't find maven dependencies #6

@sabrine2020

Description

@sabrine2020

Hello,

I can't build this project since maven is not able to find the following dependencies:

  <dependency>
      <groupId>org.freedesktop.dbus</groupId>
      <artifactId>libdbus-java</artifactId>
      <version>2.10</version>
    </dependency>
    <dependency>
    	<groupId>cx.ath.matthew</groupId>
    	<artifactId>io</artifactId>
    	<version>0.1</version>
    </dependency>
    <dependency>
    	<groupId>cx.ath.matthew</groupId>
    	<artifactId>unix</artifactId>
    	<version>0.5</version>
    </dependency>
    <dependency>
    	<groupId>cx.ath.matthew</groupId>
    	<artifactId>hexdump</artifactId>
    	<version>0.2</version>
    </dependency>
    <dependency>
    	<groupId>cx.ath.matthew</groupId>
    	<artifactId>cgi</artifactId>
    	<version>0.6</version>
    </dependency>

Any idea where to find them?

thanks and best regards,
Sabrine

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions