MVN

fr.everwin.open.api : sx-api

Maven & Gradle

Apr 03, 2023
1 usages
2 stars

sx-api · SX API wrapper in Java. This Java library implements the complete functionality of the SX API

<dependency>
    <groupId>fr.everwin.open.api</groupId>
    <artifactId>sx-api</artifactId>
    <version>1.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.everwin.open.api : sx-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.12

All Versions

Choose a version of fr.everwin.open.api : sx-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.12
sx-api-1.12
1.11
sx-api-1.11
1.10
sx-api-1.10
1.9
sx-api-1.9
1.8
sx-api-1.8
1.7
sx-api-1.7
1.6
sx-api-1.6
1.4
sx-api-1.4
0.2.x
sx-api-0.2.0
0.1.x
sx-api-0.1.5
sx-api-0.1.4
sx-api-0.1.3
sx-api-0.1.2

How to add a dependency to Maven

Add the following fr.everwin.open.api : sx-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.everwin.open.api</groupId>
    <artifactId>sx-api</artifactId>
    <version>1.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.everwin.open.api : sx-api gradle dependency to your build.gradle file:

implementation 'fr.everwin.open.api:sx-api:1.12'

Gradle Kotlin DSL: Add the following fr.everwin.open.api : sx-api gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.everwin.open.api:sx-api:1.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.everwin.open.api : sx-api sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.everwin.open.api" % "sx-api" % "1.12"