MVN

ru.noties : prism4j-bundler

Maven & Gradle

Jul 23, 2018
28 stars

Prism4jBundler · Prism4j

<dependency>
    <groupId>ru.noties</groupId>
    <artifactId>prism4j-bundler</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ru.noties : prism4j-bundler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of ru.noties : prism4j-bundler to add to Maven or Gradle - All Versions:

  • Version Updated
  • prism4j-bundler-1.1.0

    Jul 23, 2018
  • prism4j-bundler-1.0.1

    Jul 16, 2018
  • prism4j-bundler-1.0.0

    Jul 16, 2018

How to add a dependency to Maven

Add the following ru.noties : prism4j-bundler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ru.noties</groupId>
    <artifactId>prism4j-bundler</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ru.noties : prism4j-bundler gradle dependency to your build.gradle file:

implementation 'ru.noties:prism4j-bundler:1.1.0'

Gradle Kotlin DSL: Add the following ru.noties : prism4j-bundler gradle kotlin dependency to your build.gradle.kts file:

implementation("ru.noties:prism4j-bundler:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following ru.noties : prism4j-bundler sbt scala dependency to your build.sbt file:

libraryDependencies += "ru.noties" % "prism4j-bundler" % "1.1.0"