KotlinJS Bundle


Лицензия

Лицензия

MIT
Категории

Категории

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

Группа

io.yegair
Идентификатор

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

kotlin-js-bundle
Последняя версия

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

0.0.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

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

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

https://github.com/Yegair/kotlin-js-bundle
Система контроля версий

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

https://github.com/Yegair/kotlin-js-bundle.git

Скачать kotlin-js-bundle

Имя Файла Размер
kotlin-js-bundle-0.0.1.pom 3 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/io.yegair/kotlin-js-bundle/ -->
<dependency>
    <groupId>io.yegair</groupId>
    <artifactId>kotlin-js-bundle</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.yegair/kotlin-js-bundle/
implementation 'io.yegair:kotlin-js-bundle:0.0.1'
// https://jarcasting.com/artifacts/io.yegair/kotlin-js-bundle/
implementation ("io.yegair:kotlin-js-bundle:0.0.1")
'io.yegair:kotlin-js-bundle:pom:0.0.1'
<dependency org="io.yegair" name="kotlin-js-bundle" rev="0.0.1">
  <artifact name="kotlin-js-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.yegair', module='kotlin-js-bundle', version='0.0.1')
)
libraryDependencies += "io.yegair" % "kotlin-js-bundle" % "0.0.1"
[io.yegair/kotlin-js-bundle "0.0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

  • kotlin-js-bundle-maven-plugin

kotlin-js-bundle

Build Status

Guide

Using the latest SNAPSHOT version

Add the Sonatype OSSRH Snapshot repository to your settings.xml

<profiles>
  <profile>
    <id>ossrh-snapshots</id>
    <activation>
      <activeByDefault>true</activeByDefault>
    </activation>
    <repositories>
      <repository>
        <id>ossrh-snapshots</id>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        <releases>
          <enabled>false</enabled>
        </releases>
        <snapshots>
          <enabled>true</enabled>
        </snapshots>
      </repository>
    </repositories>
  </profile>
</profiles>

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

Версия
0.0.1