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

[question]: Do You plan to release api to public maven repository? #9

Open
1 task done
kbareja opened this issue Jul 25, 2022 · 11 comments
Open
1 task done

[question]: Do You plan to release api to public maven repository? #9

kbareja opened this issue Jul 25, 2022 · 11 comments
Assignees

Comments

@kbareja
Copy link

kbareja commented Jul 25, 2022

How can we help?

Using library that require local build is quite complex, do You plan to release public jar of it?

Code of Conduct

  • I agree to follow this project's Code of Conduct
@kesheshyan
Copy link
Contributor

Hey @kbareja, we are working on this right now. It should be done in early August if everything goes well.

@kesheshyan kesheshyan self-assigned this Jul 27, 2022
@deangenovski
Copy link

Any update on this ?

@nerzhul250
Copy link

Any update on this x2?

@mingzew
Copy link

mingzew commented Jan 9, 2023

update?

@kbareja
Copy link
Author

kbareja commented Jan 10, 2023

Just to let you all know, I checked team's code changes and it is now possible to use without local repository. They just didn't publish it on mavencentral. Thy use jitpack. You need to add new repo:

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

and dependency from my pom (check version, I've did some time ago):

<dependency>
            <groupId>com.github.OneSignal</groupId>
            <artifactId>onesignal-java-api</artifactId>
            <version>3044963cd9</version>
        </dependency>

@KrunchMuffin
Copy link

Any update?

@ulrikandersen
Copy link

We are considering adopting OneSignal, and we would really like to see an official build available on Maven Central (or similar artifactory).

What is the status on this @kesheshyan?

@DDani
Copy link

DDani commented Jun 26, 2023

We too; we have currently build our own integration with OneSignal REST API, but it would be lovely to use the official one.

@dbacinski
Copy link

dbacinski commented Jul 5, 2023

Gradle with JitPack https://jitpack.io/#OneSignal/onesignal-java-api/:

repositories {   
  maven { url = uri("https://jitpack.io") }
}
  
dependencies {
    implementation("com.github.OneSignal:onesignal-java-client:5ade5f8aa9")
}

@pgartsev
Copy link

Any updates?

@SomnolentKalash
Copy link

Can you guys change the documentation for this Repo, as the documentation mentions using org.openapitools:onesignal-java-client:1.2.1 which in no way seems to be existent. Although good work building this, planning to be a customer of yours.

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