| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.kevinstern |
| Идентификатор | Идентификаторsoftware-and-algorithms |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSoftware and Algorithms
Neat algorithm implementations in Java
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| software-and-algorithms-1.0.pom | |
| software-and-algorithms-1.0.jar | 62 KB |
| software-and-algorithms-1.0-sources.jar | 37 KB |
| software-and-algorithms-1.0-javadoc.jar | 190 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.kevinstern/software-and-algorithms/ -->
<dependency>
<groupId>com.github.kevinstern</groupId>
<artifactId>software-and-algorithms</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kevinstern/software-and-algorithms/
implementation 'com.github.kevinstern:software-and-algorithms:1.0'
// https://jarcasting.com/artifacts/com.github.kevinstern/software-and-algorithms/
implementation ("com.github.kevinstern:software-and-algorithms:1.0")
'com.github.kevinstern:software-and-algorithms:jar:1.0'
<dependency org="com.github.kevinstern" name="software-and-algorithms" rev="1.0">
<artifact name="software-and-algorithms" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kevinstern', module='software-and-algorithms', version='1.0')
)
libraryDependencies += "com.github.kevinstern" % "software-and-algorithms" % "1.0"
[com.github.kevinstern/software-and-algorithms "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |