c

common-helper

Helper library for common computing tasks
https://github.com/mike10004/common-helper
MIT License
Mike Chaberski
Files download
File Operation
common-helper-7.2.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.mike10004</groupId>
  <artifactId>common-helper</artifactId>
  <version>7.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.mike10004:common-helper:7.2.0'
Gradle Kotlin
implementation("com.github.mike10004:common-helper:7.2.0")
Scala SBT
libraryDependencies += "com.github.mike10004" % "common-helper" % "7.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mike10004', module='common-helper', version='7.2.0')
)
Apache Ivy
<dependency org="com.github.mike10004" name="common-helper" rev="7.2.0" />
Leiningen
[com.github.mike10004/common-helper "7.2.0"]
Apache Buildr
'com.github.mike10004:common-helper:jar:7.2.0'