-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
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
Labels
No labels