MVN

com.manorrock.guppy : guppy-property

Maven & Gradle

May 15, 2023
0 stars

Manorrock Guppy - Property Driver

<dependency>
    <groupId>com.manorrock.guppy</groupId>
    <artifactId>guppy-property</artifactId>
    <version>23.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.manorrock.guppy : guppy-property to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23.5.0

All Versions

Choose a version of com.manorrock.guppy : guppy-property to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23.5.x
guppy-property-23.5.0
23.4.x
guppy-property-23.4.0
23.3.x
guppy-property-23.3.0
23.2.x
guppy-property-23.2.0
23.1.x
guppy-property-23.1.0
22.3.x
guppy-property-22.3.1
21.5.x
guppy-property-21.5.0
21.4.x
guppy-property-21.4.2

How to add a dependency to Maven

Add the following com.manorrock.guppy : guppy-property maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.manorrock.guppy</groupId>
    <artifactId>guppy-property</artifactId>
    <version>23.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.manorrock.guppy : guppy-property gradle dependency to your build.gradle file:

implementation 'com.manorrock.guppy:guppy-property:23.5.0'

Gradle Kotlin DSL: Add the following com.manorrock.guppy : guppy-property gradle kotlin dependency to your build.gradle.kts file:

implementation("com.manorrock.guppy:guppy-property:23.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.manorrock.guppy : guppy-property sbt scala dependency to your build.sbt file:

libraryDependencies += "com.manorrock.guppy" % "guppy-property" % "23.5.0"

Advertisement