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

deploy to maven central #1

Open
Eljah opened this issue Jun 30, 2017 · 2 comments
Open

deploy to maven central #1

Eljah opened this issue Jun 30, 2017 · 2 comments

Comments

@Eljah
Copy link

Eljah commented Jun 30, 2017

I cant' find kabeja's artifact in no maven repo. Please add it!

@pfried
Copy link

pfried commented Dec 1, 2017

I imported it now via Jitpack, see https://jitpack.io/#fuzziness/kabeja/master. It will pull the repository and provide an importable dependency. But a maven central repo would be really great

@vatbub
Copy link

vatbub commented Jul 31, 2023

Note that the latest build failed on Jitpack. To get the most up to date version, use this:

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

<dependency>
    <groupId>com.github.fuzziness.kabeja</groupId>
    <artifactId>kabeja-core</artifactId>
    <version>master-dd499942c8-1</version>
</dependency>

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

3 participants