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.1.jar download
ext-configfiles-1.0.1.pom download
ext-configfiles-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nfalco79</groupId>
  <artifactId>ext-configfiles</artifactId>
  <version>1.0.1</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'com.github.nfalco79:ext-configfiles:1.0.1'
Gradle Kotlin
implementation("com.github.nfalco79:ext-configfiles:1.0.1")
Scala SBT
libraryDependencies += "com.github.nfalco79" % "ext-configfiles" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nfalco79', module='ext-configfiles', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.nfalco79" name="ext-configfiles" rev="1.0.1" />
Leiningen
[com.github.nfalco79/ext-configfiles "1.0.1"]
Apache Buildr
'com.github.nfalco79:ext-configfiles:jar:1.0.1'