MVN

com.jdkhome.blzo : blzo-ex-task

Maven & Gradle

Feb 15, 2020
2 stars

blzo-ex-task · blzo-ex-task

<dependency>
    <groupId>com.jdkhome.blzo</groupId>
    <artifactId>blzo-ex-task</artifactId>
    <version>0.3.3.1.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jdkhome.blzo : blzo-ex-task to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.3.1.RELEASE

All Versions

Choose a version of com.jdkhome.blzo : blzo-ex-task to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
blzo-ex-task-0.3.3.1.RELEASE
blzo-ex-task-0.3.3.RELEASE
blzo-ex-task-0.3.2.1.RELEASE
blzo-ex-task-0.3.2.RELEASE
blzo-ex-task-0.3.1.1.RELEASE
blzo-ex-task-0.3.1.RELEASE
blzo-ex-task-0.3.0.1.RELEASE
blzo-ex-task-0.3.0.RELEASE
0.2.x
blzo-ex-task-0.2.2.RELEASE
blzo-ex-task-0.2.0.RELEASE

How to add a dependency to Maven

Add the following com.jdkhome.blzo : blzo-ex-task maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jdkhome.blzo</groupId>
    <artifactId>blzo-ex-task</artifactId>
    <version>0.3.3.1.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jdkhome.blzo : blzo-ex-task gradle dependency to your build.gradle file:

implementation 'com.jdkhome.blzo:blzo-ex-task:0.3.3.1.RELEASE'

Gradle Kotlin DSL: Add the following com.jdkhome.blzo : blzo-ex-task gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jdkhome.blzo:blzo-ex-task:0.3.3.1.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jdkhome.blzo : blzo-ex-task sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jdkhome.blzo" % "blzo-ex-task" % "0.3.3.1.RELEASE"