leetcode-in-kotlin

Kotlin Solution for LeetCode algorithm problems, continually updating

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.javadev
ArtifactId

ArtifactId

leetcode-in-kotlin
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

leetcode-in-kotlin
Kotlin Solution for LeetCode algorithm problems, continually updating
Project URL

Project URL

https://github.com/javadev/LeetCode-in-Kotlin
Source Code Management

Source Code Management

https://github.com/javadev/LeetCode-in-Kotlin

Download leetcode-in-kotlin

How to add to project

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

Dependencies

compile (1)

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

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar [5.8.2,)
org.hamcrest : hamcrest-core jar [2.2,)

Project Modules

There are no modules declared in this project.

Versions

Version
1.3
1.2
1.1
1.0