h

harmonysoft-default-implementations

Common general-purpose Kotlin utility
https://github.com/denis-zhdanov/harmonysoft-common
The MIT License (MIT)
Denis Zhdanov
Files download
File Operation
harmonysoft-default-implementations-3.1.0.jar download
harmonysoft-default-implementations-3.1.0.pom download
harmonysoft-default-implementations-3.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.harmonysoft</groupId>
  <artifactId>harmonysoft-default-implementations</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'tech.harmonysoft:harmonysoft-default-implementations:3.1.0'
Gradle Kotlin
implementation("tech.harmonysoft:harmonysoft-default-implementations:3.1.0")
Scala SBT
libraryDependencies += "tech.harmonysoft" % "harmonysoft-default-implementations" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='tech.harmonysoft', module='harmonysoft-default-implementations', version='3.1.0')
)
Apache Ivy
<dependency org="tech.harmonysoft" name="harmonysoft-default-implementations" rev="3.1.0" />
Leiningen
[tech.harmonysoft/harmonysoft-default-implementations "3.1.0"]
Apache Buildr
'tech.harmonysoft:harmonysoft-default-implementations:jar:3.1.0'