Files download
File Operation
FSP-main-2.0.3.jar download
FSP-main-2.0.3.pom download
FSP-main-2.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.RomanKhachko.fsp</groupId>
  <artifactId>FSP-main</artifactId>
  <version>2.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.RomanKhachko.fsp:FSP-main:2.0.3'
Gradle Kotlin
implementation("com.github.RomanKhachko.fsp:FSP-main:2.0.3")
Scala SBT
libraryDependencies += "com.github.RomanKhachko.fsp" % "FSP-main" % "2.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.RomanKhachko.fsp', module='FSP-main', version='2.0.3')
)
Apache Ivy
<dependency org="com.github.RomanKhachko.fsp" name="FSP-main" rev="2.0.3" />
Leiningen
[com.github.RomanKhachko.fsp/FSP-main "2.0.3"]
Apache Buildr
'com.github.RomanKhachko.fsp:FSP-main:jar:2.0.3'