KotlinJS Bundle


License

License

MIT
Categories

Categories

JavaScript Languages Kotlin
GroupId

GroupId

io.yegair
ArtifactId

ArtifactId

kotlin-js-bundle
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

KotlinJS Bundle
KotlinJS Bundle
Project URL

Project URL

https://github.com/Yegair/kotlin-js-bundle
Source Code Management

Source Code Management

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

Download kotlin-js-bundle

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • 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>

Versions

Version
0.0.1