p

property-detector

SpringBoot application property detect and break
https://github.com/chunhodong/property-detector
GNU License
chunhodong
Files download
File Operation
property-detector-0.0.3.jar download
property-detector-0.0.3.pom download
property-detector-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.chunhodong</groupId>
  <artifactId>property-detector</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.chunhodong:property-detector:0.0.3'
Gradle Kotlin
implementation("io.github.chunhodong:property-detector:0.0.3")
Scala SBT
libraryDependencies += "io.github.chunhodong" % "property-detector" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.chunhodong', module='property-detector', version='0.0.3')
)
Apache Ivy
<dependency org="io.github.chunhodong" name="property-detector" rev="0.0.3" />
Leiningen
[io.github.chunhodong/property-detector "0.0.3"]
Apache Buildr
'io.github.chunhodong:property-detector:jar:0.0.3'