Files download
File Operation
jmash-propertyset-0.0.2.jar download
jmash-propertyset-0.0.2.pom download
jmash-propertyset-0.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gitee.jmash</groupId>
  <artifactId>jmash-propertyset</artifactId>
  <version>0.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.gitee.jmash:jmash-propertyset:0.0.2'
Gradle Kotlin
implementation("com.gitee.jmash:jmash-propertyset:0.0.2")
Scala SBT
libraryDependencies += "com.gitee.jmash" % "jmash-propertyset" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.gitee.jmash', module='jmash-propertyset', version='0.0.2')
)
Apache Ivy
<dependency org="com.gitee.jmash" name="jmash-propertyset" rev="0.0.2" />
Leiningen
[com.gitee.jmash/jmash-propertyset "0.0.2"]
Apache Buildr
'com.gitee.jmash:jmash-propertyset:jar:0.0.2'