Files download
File Operation
property-handler-1.0.2.jar download
property-handler-1.0.2.pom download
property-handler-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.rafal-laskowski</groupId>
  <artifactId>property-handler</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.rafal-laskowski:property-handler:1.0.2'
Gradle Kotlin
implementation("io.github.rafal-laskowski:property-handler:1.0.2")
Scala SBT
libraryDependencies += "io.github.rafal-laskowski" % "property-handler" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.rafal-laskowski', module='property-handler', version='1.0.2')
)
Apache Ivy
<dependency org="io.github.rafal-laskowski" name="property-handler" rev="1.0.2" />
Leiningen
[io.github.rafal-laskowski/property-handler "1.0.2"]
Apache Buildr
'io.github.rafal-laskowski:property-handler:jar:1.0.2'
Dependencies
The project has no third-party dependencies