is not current version
Last Version 0.0.9

com.github.houbb:property 0.0.2

The property framework for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

property
Version

Version

0.0.2
Type

Type

jar

Download property 0.0.2


<!-- https://jarcasting.com/artifacts/com.github.houbb/property/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>property</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/property/
implementation 'com.github.houbb:property:0.0.2'
// https://jarcasting.com/artifacts/com.github.houbb/property/
implementation ("com.github.houbb:property:0.0.2")
'com.github.houbb:property:jar:0.0.2'
<dependency org="com.github.houbb" name="property" rev="0.0.2">
  <artifact name="property" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='property', version='0.0.2')
)
libraryDependencies += "com.github.houbb" % "property" % "0.0.2"
[com.github.houbb/property "0.0.2"]