| Категории |
КатегорииKotlin Языки программирования |
|---|---|
| Группа | Группаcom.github.bvanseg |
| Идентификатор | Идентификаторkotlincommons |
| Версия | Версия2.7.0-alpha7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| kotlincommons-2.7.0-alpha7.pom | |
| kotlincommons-2.7.0-alpha7.jar | 480 KB |
| kotlincommons-2.7.0-alpha7-sources.jar | 125 KB |
| kotlincommons-2.7.0-alpha7-javadoc.jar | 480 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.bvanseg/kotlincommons/ -->
<dependency>
<groupId>com.github.bvanseg</groupId>
<artifactId>kotlincommons</artifactId>
<version>2.7.0-alpha7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bvanseg/kotlincommons/
implementation 'com.github.bvanseg:kotlincommons:2.7.0-alpha7'
// https://jarcasting.com/artifacts/com.github.bvanseg/kotlincommons/
implementation ("com.github.bvanseg:kotlincommons:2.7.0-alpha7")
'com.github.bvanseg:kotlincommons:jar:2.7.0-alpha7'
<dependency org="com.github.bvanseg" name="kotlincommons" rev="2.7.0-alpha7">
<artifact name="kotlincommons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bvanseg', module='kotlincommons', version='2.7.0-alpha7')
)
libraryDependencies += "com.github.bvanseg" % "kotlincommons" % "2.7.0-alpha7"
[com.github.bvanseg/kotlincommons "2.7.0-alpha7"]