Sponge API Maven Artifact 3.0[.0]?

I saw news regarding the introduction of Sponge API 3.0.0 somewhere (State of Sponge I think?). Is there a new Maven Artifact? Or is the API just being designed and not implemented yet? Sorry, I probably should have read more before posting this…

There is a new Maven artifact; its version is 3.0.0. The API is currently being implemented.

Most information about the release can be found here:

1 Like

Just change your dependency to 3.0.0 in gradle you do

compile "org.spongepowered:spongeapi:3.0.0"

and for Maven

<dependency>
    <groupId>org.spongepowered</groupId>
    <artifactId>spongeapi</artifactId>
    <version>3.0.0</version>
    <scope>provided</scope>
</dependency>
1 Like

Thank you @simon816 and @JBYoshi (didn’t see your reply in my original thank you)!

1 Like

We’re still in the process of updating the Docs to reflect 3.0.0 release, though :wink:

EDIT: 3.0.0 is on the Docs.