MVN

pl.mareklangiewicz : kommandjupyter-jvm

Maven & Gradle

Aug 07, 2023
0 stars

KommandLine · Kotlin DSL for popular CLI commands.

<dependency>
    <groupId>pl.mareklangiewicz</groupId>
    <artifactId>kommandjupyter-jvm</artifactId>
    <version>0.0.27</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.mareklangiewicz : kommandjupyter-jvm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.27

All Versions

Choose a version of pl.mareklangiewicz : kommandjupyter-jvm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
kommandjupyter-jvm-0.0.27
kommandjupyter-jvm-0.0.25
kommandjupyter-jvm-0.0.24

How to add a dependency to Maven

Add the following pl.mareklangiewicz : kommandjupyter-jvm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pl.mareklangiewicz</groupId>
    <artifactId>kommandjupyter-jvm</artifactId>
    <version>0.0.27</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.mareklangiewicz : kommandjupyter-jvm gradle dependency to your build.gradle file:

implementation 'pl.mareklangiewicz:kommandjupyter-jvm:0.0.27'

Gradle Kotlin DSL: Add the following pl.mareklangiewicz : kommandjupyter-jvm gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.mareklangiewicz:kommandjupyter-jvm:0.0.27")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.mareklangiewicz : kommandjupyter-jvm sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.mareklangiewicz" % "kommandjupyter-jvm" % "0.0.27"

Advertisement