Skip to content

Cannot add dependency on WAPI #12

@dshetyo

Description

@dshetyo

Am trying to add dependency on this pkg. My pom.xml looks like following. But artifact wapi cannot be resolved. Tried with other versions too.

Anything am doing wrong?


<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <groupId>org.example</groupId>
  <artifactId>mywhatsappbot</artifactId>
  <version>1.0-SNAPSHOT</version>

  <repositories>
    <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
    </repository>
  </repositories>

  <dependencies>
    <dependency>
      <groupId>com.github.ben221199</groupId>
      <artifactId>libsignal-protocol-java</artifactId>
      <version>a58f85e3dd</version>
    </dependency>
    <dependency>
      <groupId>com.github.ben221199</groupId>
      <artifactId>wapi</artifactId>
      <version>master-SNAPSHOT</version>
    </dependency>
  </dependencies>

</project>

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