kotlin-utils

Utils for my projects

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.patrick-mc
ArtifactId

ArtifactId

kotlin-utils
Last Version

Last Version

0.3-beta
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

kotlin-utils
Utils for my projects
Project URL

Project URL

https://github.com/patrick-mc/kotlin-utils
Source Code Management

Source Code Management

https://github.com/patrick-mc/kotlin-utils

Download kotlin-utils

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Kotlin Utils

Build Status Twitch Status

GitHub License GitHub Repository Size GitHub Commit Activity GitHub Last Commit GitHub Release Date GitHub Latest Release GitHub Downloads GitHub Issues GitHub Closed Issues GitHub Issues GitHub Closed Issues

Utils for my projects


Features

  • Simple reflection and class loader

Gradle (Groovy)

allprojects {
   repositories {
       ...
       mavenCentral()
   }
}

...
dependencies {
   implementation 'com.github.patrick-mc:kotlin-utils:0.3-beta'
}

Gradle (Kotlin DSL)

allprojects {
   repositories {
       ...
       mavenCentral()
   }
}

...
dependencies {
   implementation("com.github.patrick-mc:kotlin-utils:0.3-beta")
}

Versions

Version
0.3-beta
0.2-beta
0.1-beta