MVN

com.javiersc.gradle-plugins : kotlin-library

Maven & Gradle

Dec 24, 2021
2 usages
23 stars

Gradle Plugins · Gradle Plugins utilities

<dependency>
    <groupId>com.javiersc.gradle-plugins</groupId>
    <artifactId>kotlin-library</artifactId>
    <version>0.1.0-rc.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.javiersc.gradle-plugins : kotlin-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.0-rc.25
  • Latest Release Candidate: 0.1.0-rc.25

All Versions

Choose a version of com.javiersc.gradle-plugins : kotlin-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
kotlin-library-0.1.0-rc.25
kotlin-library-0.1.0-rc.24
kotlin-library-0.1.0-rc.23
kotlin-library-0.1.0-rc.22
kotlin-library-0.1.0-rc.21
kotlin-library-0.1.0-rc.20
kotlin-library-0.1.0-rc.19
kotlin-library-0.1.0-rc.18
kotlin-library-0.1.0-rc.17
kotlin-library-0.1.0-rc.16
kotlin-library-0.1.0-rc.15
kotlin-library-0.1.0-rc.14
kotlin-library-0.1.0-rc.13
kotlin-library-0.1.0-rc.12
kotlin-library-0.1.0-rc.11
kotlin-library-0.1.0-rc.10
kotlin-library-0.1.0-rc.9
kotlin-library-0.1.0-rc.8
kotlin-library-0.1.0-rc.7
kotlin-library-0.1.0-rc.6
kotlin-library-0.1.0-rc.5
kotlin-library-0.1.0-rc.4
kotlin-library-0.1.0-rc.3
kotlin-library-0.1.0-rc.2

How to add a dependency to Maven

Add the following com.javiersc.gradle-plugins : kotlin-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.javiersc.gradle-plugins</groupId>
    <artifactId>kotlin-library</artifactId>
    <version>0.1.0-rc.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.javiersc.gradle-plugins : kotlin-library gradle dependency to your build.gradle file:

implementation 'com.javiersc.gradle-plugins:kotlin-library:0.1.0-rc.25'

Gradle Kotlin DSL: Add the following com.javiersc.gradle-plugins : kotlin-library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.javiersc.gradle-plugins:kotlin-library:0.1.0-rc.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.javiersc.gradle-plugins : kotlin-library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.javiersc.gradle-plugins" % "kotlin-library" % "0.1.0-rc.25"

Advertisement