| GroupId | GroupIdopensymphony | 
|---|---|
| ArtifactId | ArtifactIdpropertyset | 
| Last Version | Last Version1.3 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Description | 
| Filename | Size | 
|---|---|
| propertyset-1.3.pom | |
| propertyset-1.3.jar | 120 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/opensymphony/propertyset/ -->
<dependency>
    <groupId>opensymphony</groupId>
    <artifactId>propertyset</artifactId>
    <version>1.3</version>
</dependency>// https://jarcasting.com/artifacts/opensymphony/propertyset/
implementation 'opensymphony:propertyset:1.3'// https://jarcasting.com/artifacts/opensymphony/propertyset/
implementation ("opensymphony:propertyset:1.3")'opensymphony:propertyset:jar:1.3'<dependency org="opensymphony" name="propertyset" rev="1.3">
  <artifact name="propertyset" type="jar" />
</dependency>@Grapes(
@Grab(group='opensymphony', module='propertyset', version='1.3')
)libraryDependencies += "opensymphony" % "propertyset" % "1.3"[opensymphony/propertyset "1.3"]