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-1.105.0.jar download
harmonysoft-default-implementations-1.105.0.pom download
harmonysoft-default-implementations-1.105.0-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.harmonysoft</groupId>
  <artifactId>harmonysoft-default-implementations</artifactId>
  <version>1.105.0</version>
</dependency>
Gradle Groovy
implementation 'tech.harmonysoft:harmonysoft-default-implementations:1.105.0'
Gradle Kotlin
implementation("tech.harmonysoft:harmonysoft-default-implementations:1.105.0")
Scala SBT
libraryDependencies += "tech.harmonysoft" % "harmonysoft-default-implementations" % "1.105.0"
Groovy Grape
@Grapes(
  @Grab(group='tech.harmonysoft', module='harmonysoft-default-implementations', version='1.105.0')
)
Apache Ivy
<dependency org="tech.harmonysoft" name="harmonysoft-default-implementations" rev="1.105.0" />
Leiningen
[tech.harmonysoft/harmonysoft-default-implementations "1.105.0"]
Apache Buildr
'tech.harmonysoft:harmonysoft-default-implementations:jar:1.105.0'