J

JavaSpApi

The library helps to facilitate access to the api of the SP servers.
https://github.com/l524l/JavaSpApi
MIT License
Andrew Pershin
Files download
File Operation
JavaSpApi-1.0.jar download
JavaSpApi-1.0.pom download
JavaSpApi-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.l524l</groupId>
  <artifactId>JavaSpApi</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.l524l:JavaSpApi:1.0'
Gradle Kotlin
implementation("com.github.l524l:JavaSpApi:1.0")
Scala SBT
libraryDependencies += "com.github.l524l" % "JavaSpApi" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.l524l', module='JavaSpApi', version='1.0')
)
Apache Ivy
<dependency org="com.github.l524l" name="JavaSpApi" rev="1.0" />
Leiningen
[com.github.l524l/JavaSpApi "1.0"]
Apache Buildr
'com.github.l524l:JavaSpApi:jar:1.0'