MVN

com.researchworx.cresco : cresco-plugin-library

Maven & Gradle

May 30, 2018
0 stars

Cresco Plugin Library · Library of classes needed by the Cresco plugin framework

<dependency>
    <groupId>com.researchworx.cresco</groupId>
    <artifactId>cresco-plugin-library</artifactId>
    <version>0.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.researchworx.cresco : cresco-plugin-library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.3

All Versions

Choose a version of com.researchworx.cresco : cresco-plugin-library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
cresco-plugin-library-0.5.3
cresco-plugin-library-0.5.2
cresco-plugin-library-0.5.1
cresco-plugin-library-0.5.0
0.4.x
cresco-plugin-library-0.4.25
cresco-plugin-library-0.4.24
cresco-plugin-library-0.4.23
cresco-plugin-library-0.4.22
cresco-plugin-library-0.4.21
cresco-plugin-library-0.4.20
cresco-plugin-library-0.4.19
cresco-plugin-library-0.4.18
cresco-plugin-library-0.4.17
cresco-plugin-library-0.4.16
cresco-plugin-library-0.4.15
cresco-plugin-library-0.4.14
cresco-plugin-library-0.4.13
cresco-plugin-library-0.4.12
cresco-plugin-library-0.4.11
cresco-plugin-library-0.4.10
cresco-plugin-library-0.4.9
cresco-plugin-library-0.4.8
cresco-plugin-library-0.4.7
cresco-plugin-library-0.4.6
cresco-plugin-library-0.4.5
cresco-plugin-library-0.4.3
cresco-plugin-library-0.4.2
cresco-plugin-library-0.4.1
cresco-plugin-library-0.4.0

How to add a dependency to Maven

Add the following com.researchworx.cresco : cresco-plugin-library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.researchworx.cresco</groupId>
    <artifactId>cresco-plugin-library</artifactId>
    <version>0.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.researchworx.cresco : cresco-plugin-library gradle dependency to your build.gradle file:

implementation 'com.researchworx.cresco:cresco-plugin-library:0.5.3'

Gradle Kotlin DSL: Add the following com.researchworx.cresco : cresco-plugin-library gradle kotlin dependency to your build.gradle.kts file:

implementation("com.researchworx.cresco:cresco-plugin-library:0.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.researchworx.cresco : cresco-plugin-library sbt scala dependency to your build.sbt file:

libraryDependencies += "com.researchworx.cresco" % "cresco-plugin-library" % "0.5.3"

Advertisement