e

ext-configfiles

Extension of config files provider plugin to manage other kind of configuration files with credentials.
Apache 2
Nikolas Falco
Files download
File Operation
ext-configfiles-1.0.3.jar download
ext-configfiles-1.0.3.pom download
ext-configfiles-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nfalco79</groupId>
  <artifactId>ext-configfiles</artifactId>
  <version>1.0.3</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'com.github.nfalco79:ext-configfiles:1.0.3'
Gradle Kotlin
implementation("com.github.nfalco79:ext-configfiles:1.0.3")
Scala SBT
libraryDependencies += "com.github.nfalco79" % "ext-configfiles" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nfalco79', module='ext-configfiles', version='1.0.3')
)
Apache Ivy
<dependency org="com.github.nfalco79" name="ext-configfiles" rev="1.0.3" />
Leiningen
[com.github.nfalco79/ext-configfiles "1.0.3"]
Apache Buildr
'com.github.nfalco79:ext-configfiles:jar:1.0.3'