is not current version
Last Version 1.3

leetcode-in-kotlin 1.0

Kotlin Solution for LeetCode algorithm problems, continually updating

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.javadev
ArtifactId

ArtifactId

leetcode-in-kotlin
Version

Version

1.0
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 1.0


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

Dependencies

compile (1)

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

test (2)

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

Project Modules

There are no modules declared in this project.