Extensions

General-purpose extension functions that can make your code more concise and readable.

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.tomtom.kotlin
ArtifactId

ArtifactId

extensions
Last Version

Last Version

1.7.1
Release Date

Release Date

Type

Type

jar
Description

Description

Extensions
General-purpose extension functions that can make your code more concise and readable.
Project Organization

Project Organization

TomTom NV

Download extensions

How to add to project

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

Dependencies

compile (1)

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

test (4)

Group / Artifact Type Version
io.mockk : mockk jar 1.12.3
org.jetbrains.kotlin : kotlin-test-junit jar 1.6.10
junit : junit jar 4.13.2
org.junit.jupiter : junit-jupiter-api jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.7.1
1.7.0
1.6.4
1.6.2
1.6.1
1.6.0