s

stsl-all

simple typed script - include all dependencies of STSL in one jar
https://github.com/gochaorg/stsl
MIT License
Georgiy P Kamnev
Files download
File Operation
stsl-all-1.0.jar download
stsl-all-1.0.pom download
stsl-all-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>xyz.cofe</groupId>
  <artifactId>stsl-all</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'xyz.cofe:stsl-all:1.0'
Gradle Kotlin
implementation("xyz.cofe:stsl-all:1.0")
Scala SBT
libraryDependencies += "xyz.cofe" % "stsl-all" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='xyz.cofe', module='stsl-all', version='1.0')
)
Apache Ivy
<dependency org="xyz.cofe" name="stsl-all" rev="1.0" />
Leiningen
[xyz.cofe/stsl-all "1.0"]
Apache Buildr
'xyz.cofe:stsl-all:jar:1.0'
Dependencies
The project has no third-party dependencies