Kotlin Utils

A lightweight library full of helpers for Android (activities, fragments, views, ... )

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

dk.nodes.utils
ArtifactId

ArtifactId

kotlin
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Kotlin Utils
A lightweight library full of helpers for Android (activities, fragments, views, ... )
Project URL

Project URL

https://github.com/nodes-android/utils
Source Code Management

Source Code Management

https://github.com/nodes-android/utils

Download kotlin

How to add to project

<!-- https://jarcasting.com/artifacts/dk.nodes.utils/kotlin/ -->
<dependency>
    <groupId>dk.nodes.utils</groupId>
    <artifactId>kotlin</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/dk.nodes.utils/kotlin/
implementation 'dk.nodes.utils:kotlin:1.1.0'
// https://jarcasting.com/artifacts/dk.nodes.utils/kotlin/
implementation ("dk.nodes.utils:kotlin:1.1.0")
'dk.nodes.utils:kotlin:jar:1.1.0'
<dependency org="dk.nodes.utils" name="kotlin" rev="1.1.0">
  <artifact name="kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='dk.nodes.utils', module='kotlin', version='1.1.0')
)
libraryDependencies += "dk.nodes.utils" % "kotlin" % "1.1.0"
[dk.nodes.utils/kotlin "1.1.0"]

Dependencies

runtime (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.50

Project Modules

There are no modules declared in this project.

utils

A lightweight library full of helpers for Android (activities, fragments, views, ... ) and Kotlin (stdlib).

Installation

For Kotlin Standart library extensions and utils

implementation "dk.nodes.utils:kotlin:1.0.0"

For Android Extensions and utils

implementation "dk.nodes.utils:android:1.0.0"
dk.nodes.utils

Nodes - Android

Versions

Version
1.1.0
1.0.0