Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot add dependency on WAPI #12

Open
dshetyo opened this issue Oct 7, 2021 · 0 comments
Open

Cannot add dependency on WAPI #12

dshetyo opened this issue Oct 7, 2021 · 0 comments

Comments

@dshetyo
Copy link

dshetyo commented Oct 7, 2021

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant