p

property

Files download
File Operation
property-0.3.2.pom download
Apache Maven
<dependency>
  <groupId>io.github.qsy7.java.infrastructure</groupId>
  <artifactId>property</artifactId>
  <version>0.3.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.qsy7.java.infrastructure:property:0.3.2'
Gradle Kotlin
implementation("io.github.qsy7.java.infrastructure:property:0.3.2")
Scala SBT
libraryDependencies += "io.github.qsy7.java.infrastructure" % "property" % "0.3.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.qsy7.java.infrastructure', module='property', version='0.3.2')
)
Apache Ivy
<dependency org="io.github.qsy7.java.infrastructure" name="property" rev="0.3.2" />
Leiningen
[io.github.qsy7.java.infrastructure/property "0.3.2"]
Apache Buildr
'io.github.qsy7.java.infrastructure:property:jar:0.3.2'