Readme
Some utils for kotlin projects.
But currently mainly used to test the travis ci integration of github.
| License |
License |
|---|---|
| Categories |
CategoriesKotlin Languages |
| GroupId | GroupIdio.github.dibog |
| ArtifactId | ArtifactIdkotlin-utils |
| Last Version | Last Version0.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionkotlin-utils
Some utility functions / classes to be used with Kotlin.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| kotlin-utils-0.0.5.pom | |
| kotlin-utils-0.0.5.jar | 50 KB |
| kotlin-utils-0.0.5-sources.jar | 9 KB |
| kotlin-utils-0.0.5-javadoc.jar | 62 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.dibog/kotlin-utils/ -->
<dependency>
<groupId>io.github.dibog</groupId>
<artifactId>kotlin-utils</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dibog/kotlin-utils/
implementation 'io.github.dibog:kotlin-utils:0.0.5'
// https://jarcasting.com/artifacts/io.github.dibog/kotlin-utils/
implementation ("io.github.dibog:kotlin-utils:0.0.5")
'io.github.dibog:kotlin-utils:jar:0.0.5'
<dependency org="io.github.dibog" name="kotlin-utils" rev="0.0.5">
<artifact name="kotlin-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dibog', module='kotlin-utils', version='0.0.5')
)
libraryDependencies += "io.github.dibog" % "kotlin-utils" % "0.0.5"
[io.github.dibog/kotlin-utils "0.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.2.51 |
| io.github.microutils : kotlin-logging | jar | 1.4.6 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.willowtreeapps.assertk : assertk | jar | 0.10 |
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-simple | jar | 1.7.25 |
Some utils for kotlin projects.
But currently mainly used to test the travis ci integration of github.