MVN

work.ready : ready-work-core

Maven & Gradle

Dec 17, 2021
1 usages

Ready.Work framework

<dependency>
    <groupId>work.ready</groupId>
    <artifactId>ready-work-core</artifactId>
    <version>0.6.6.rc6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of work.ready : ready-work-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.6.rc6
  • Latest Release Candidate: 0.6.6.rc6

All Versions

Choose a version of work.ready : ready-work-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
ready-work-core-0.6.6.rc6

How to add a dependency to Maven

Add the following work.ready : ready-work-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>work.ready</groupId>
    <artifactId>ready-work-core</artifactId>
    <version>0.6.6.rc6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following work.ready : ready-work-core gradle dependency to your build.gradle file:

implementation 'work.ready:ready-work-core:0.6.6.rc6'

Gradle Kotlin DSL: Add the following work.ready : ready-work-core gradle kotlin dependency to your build.gradle.kts file:

implementation("work.ready:ready-work-core:0.6.6.rc6")

How to add a dependency to SBT Scala

SBT Scala: Add the following work.ready : ready-work-core sbt scala dependency to your build.sbt file:

libraryDependencies += "work.ready" % "ready-work-core" % "0.6.6.rc6"

Advertisement