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