MVN

de.tri-engineering.atlassian.plugins : kotlin-provider-plugin

Maven & Gradle

Apr 12, 2019
0 stars

Kotlin Provider Plugin for Atlassian Server · Plugin for Atlassian server products to provide Kotlin runtime as OSGi bundle. This enables running Kotlin based plugins on JIRA, Confluence, Bitbucket, Bamboo etc.

<dependency>
    <groupId>de.tri-engineering.atlassian.plugins</groupId>
    <artifactId>kotlin-provider-plugin</artifactId>
    <version>1.3.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.tri-engineering.atlassian.plugins : kotlin-provider-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.30

All Versions

Choose a version of de.tri-engineering.atlassian.plugins : kotlin-provider-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
kotlin-provider-plugin-1.3.30

How to add a dependency to Maven

Add the following de.tri-engineering.atlassian.plugins : kotlin-provider-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.tri-engineering.atlassian.plugins</groupId>
    <artifactId>kotlin-provider-plugin</artifactId>
    <version>1.3.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.tri-engineering.atlassian.plugins : kotlin-provider-plugin gradle dependency to your build.gradle file:

implementation 'de.tri-engineering.atlassian.plugins:kotlin-provider-plugin:1.3.30'

Gradle Kotlin DSL: Add the following de.tri-engineering.atlassian.plugins : kotlin-provider-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("de.tri-engineering.atlassian.plugins:kotlin-provider-plugin:1.3.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.tri-engineering.atlassian.plugins : kotlin-provider-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "de.tri-engineering.atlassian.plugins" % "kotlin-provider-plugin" % "1.3.30"