p

properties-01

Provides handling of properties of complex types
Files download
File Operation
properties-01-1.13.0.jar download
properties-01-1.13.0.pom download
properties-01-1.13.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.team33.patterns</groupId>
  <artifactId>properties-01</artifactId>
  <version>1.13.0</version>
</dependency>
Gradle Groovy
implementation 'de.team33.patterns:properties-01:1.13.0'
Gradle Kotlin
implementation("de.team33.patterns:properties-01:1.13.0")
Scala SBT
libraryDependencies += "de.team33.patterns" % "properties-01" % "1.13.0"
Groovy Grape
@Grapes(
  @Grab(group='de.team33.patterns', module='properties-01', version='1.13.0')
)
Apache Ivy
<dependency org="de.team33.patterns" name="properties-01" rev="1.13.0" />
Leiningen
[de.team33.patterns/properties-01 "1.13.0"]
Apache Buildr
'de.team33.patterns:properties-01:jar:1.13.0'