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

Version? #136

Open
sistem21 opened this issue Oct 6, 2016 · 4 comments
Open

Version? #136

sistem21 opened this issue Oct 6, 2016 · 4 comments

Comments

@sistem21
Copy link

sistem21 commented Oct 6, 2016

Hello to everyone, today i was adding ban implementation to my bot, but i've seen it was added in the 0.2.0 version.
I'm using the 0.1.5 and when i try to change, eclipse give me an error (in the pom.xml) saying: "missing artifact for skype4j:0.2.0"

@ex00
Copy link

ex00 commented Oct 7, 2016

Hello.
The skype4j:0.2.0 don't published in central maven, yet: http://search.maven.org/#search%7Cga%7C1%7C%20skype4j
You can published current master version 0.2.0-SNAPSHOT in local maven repo on your machine.
for it:
git clone https://github.com/samczsun/Skype4J.git && cd Skype4J && mvn clean install
and include this version to your pom.xml file.

@slavias
Copy link

slavias commented Oct 12, 2016

Also you can add github repo to maven and get artifacts by commit

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependency>
    <groupId>com.github.samczsun</groupId>
    <artifactId>Skype4J</artifactId>
    <version>-v0.1.5-g1fc4e07-42</version>
</dependency>

this site helps to define version of artifact
Also there are some errors in ban implementation described in #134. Be careful=)

@slavias
Copy link

slavias commented Oct 12, 2016

When new version will be published to Maven repo?

@ducc
Copy link
Contributor

ducc commented Oct 13, 2016

@slavias don't count on it being anytime soon, sam appears to have been very busy recently.

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

4 participants