h

harmonysoft-default-implementations

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