MVN

com.redmadrobot : state-delegator

Maven & Gradle

Jan 26, 2022
132 stars

state-delegator · Collection of classes that helps you to manage a screen state

<dependency>
    <groupId>com.redmadrobot</groupId>
    <artifactId>state-delegator</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.redmadrobot : state-delegator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of com.redmadrobot : state-delegator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
state-delegator-1.7

How to add a dependency to Maven

Add the following com.redmadrobot : state-delegator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.redmadrobot</groupId>
    <artifactId>state-delegator</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.redmadrobot : state-delegator gradle dependency to your build.gradle file:

implementation 'com.redmadrobot:state-delegator:1.7'

Gradle Kotlin DSL: Add the following com.redmadrobot : state-delegator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.redmadrobot:state-delegator:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.redmadrobot : state-delegator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.redmadrobot" % "state-delegator" % "1.7"

Advertisement