scripts-commons

Kotlin Helper for building scripts

Лицензия

Лицензия

Группа

Группа

id.jasoet
Идентификатор

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

scripts-commons
Последняя версия

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

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

scripts-commons
Kotlin Helper for building scripts
Ссылка на сайт

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

https://github.com/jasoet/scripts-commons
Система контроля версий

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

https://github.com/jasoet/scripts-commons

Скачать scripts-commons

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

<!-- https://jarcasting.com/artifacts/id.jasoet/scripts-commons/ -->
<dependency>
    <groupId>id.jasoet</groupId>
    <artifactId>scripts-commons</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/id.jasoet/scripts-commons/
implementation 'id.jasoet:scripts-commons:1.0.0'
// https://jarcasting.com/artifacts/id.jasoet/scripts-commons/
implementation ("id.jasoet:scripts-commons:1.0.0")
'id.jasoet:scripts-commons:jar:1.0.0'
<dependency org="id.jasoet" name="scripts-commons" rev="1.0.0">
  <artifact name="scripts-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='id.jasoet', module='scripts-commons', version='1.0.0')
)
libraryDependencies += "id.jasoet" % "scripts-commons" % "1.0.0"
[id.jasoet/scripts-commons "1.0.0"]

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.0
org.jetbrains.kotlin : kotlin-reflect jar 1.3.0
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.0.0
id.jasoet : fun-kommand jar 1.1.0
io.arrow-kt : arrow-core jar 0.7.3
ch.qos.logback : logback-core jar 1.2.3
ch.qos.logback : logback-classic jar 1.2.3

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

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

Kotlin Scripts Commons Helper

Build Status codecov JCenter

Kotlin Helper to manage several cloud related config. Will be useful for configuring cloud credentials inside docker image.

Features

  • Get Properties from OS Environment Variable and Java System Properties
  • ANSI Colored String for Console
  • Execute command and redirect output to file
  • AWS Credentials
  • Chef Client Config
  • Google Cloud
  • Ssh Config

Gradle

Add Maven Central or JCenter repository

repositories {
    jcenter()
}

Add dependency

compile 'id.jasoet:scripts-commons:1.0.0'

Maven

Add dependency

<dependency>
  <groupId>id.jasoet</groupId>
  <artifactId>scripts-commons</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>

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

Версия
1.0.0