leetcode-in-kotlin

Kotlin Solution for LeetCode algorithm problems, continually updating

Лицензия

Лицензия

Категории

Категории

Kotlin Языки программирования
Группа

Группа

com.github.javadev
Идентификатор

Идентификатор

leetcode-in-kotlin
Последняя версия

Последняя версия

1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

leetcode-in-kotlin
Kotlin Solution for LeetCode algorithm problems, continually updating
Ссылка на сайт

Ссылка на сайт

https://github.com/javadev/LeetCode-in-Kotlin
Система контроля версий

Система контроля версий

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

Скачать leetcode-in-kotlin

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.6.10

test (2)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar [5.8.2,)
org.hamcrest : hamcrest-core jar [2.2,)

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.3
1.2
1.1
1.0