MVN

com.parship : roperty

Maven & Gradle

Sep 03, 2018
4 usages
4 stars

Roperty · Roperty - An advanced property management and retrieval system with hierarchical resolution of values

<dependency>
    <groupId>com.parship</groupId>
    <artifactId>roperty</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.parship : roperty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of com.parship : roperty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
roperty-1.4.0
1.3.x
roperty-1.3.0
1.2.x
roperty-1.2.0
1.1.x
roperty-1.1.0
1.0
roperty-1.0
0.13
roperty-0.13
0.12
roperty-0.12
0.11
roperty-0.11
0.10
roperty-0.10
0.9
roperty-0.9
0.8
roperty-0.8
0.7
roperty-0.7
0.6
roperty-0.6
0.5
roperty-0.5
0.4
roperty-0.4
0.3
roperty-0.3
0.2
roperty-0.2
0.1
roperty-0.1

How to add a dependency to Maven

Add the following com.parship : roperty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.parship</groupId>
    <artifactId>roperty</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.parship : roperty gradle dependency to your build.gradle file:

implementation 'com.parship:roperty:1.4.0'

Gradle Kotlin DSL: Add the following com.parship : roperty gradle kotlin dependency to your build.gradle.kts file:

implementation("com.parship:roperty:1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.parship : roperty sbt scala dependency to your build.sbt file:

libraryDependencies += "com.parship" % "roperty" % "1.4.0"

Advertisement