c

config

config
https://github.com:apereo/cas-management
The Apache Software License, Version 2.0
Apereo Foundation
Jérôme Leleu Timur Duehr Jeff Sittler Andrew Petro William G. Thompson Marvin S. Addison Scott Battaglia Misagh Moayyed Robert Oschwald Daniel Frett Dmitriy Kopylenko Travis Schmidt Hal Deadman
Files download
File Operation
config-6.6.2.jar download
config-6.6.2.pom download
config-6.6.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apereo.cas</groupId>
  <artifactId>config</artifactId>
  <version>6.6.2</version>
</dependency>
Gradle Groovy
implementation 'org.apereo.cas:config:6.6.2'
Gradle Kotlin
implementation("org.apereo.cas:config:6.6.2")
Scala SBT
libraryDependencies += "org.apereo.cas" % "config" % "6.6.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apereo.cas', module='config', version='6.6.2')
)
Apache Ivy
<dependency org="org.apereo.cas" name="config" rev="6.6.2" />
Leiningen
[org.apereo.cas/config "6.6.2"]
Apache Buildr
'org.apereo.cas:config:jar:6.6.2'
Dependencies

compile

|-- org.slf4j:slf4j-api:1.7.36

|-- org.slf4j:jul-to-slf4j:1.7.36

|-- commons-io:commons-io:2.11.0

|-- org.apache.commons:commons-jexl3:3.2.1

|-- org.apache.commons:commons-text:1.9

|-- org.apache.commons:commons-pool2:2.11.1

|-- commons-cli:commons-cli:1.4

|-- commons-beanutils:commons-beanutils:1.9.4

|-- commons-validator:commons-validator:1.7

|-- commons-codec:commons-codec:1.15

|-- org.apache.commons:commons-lang3:3.12.0

|-- commons-lang:commons-lang:2.6

|-- commons-collections:commons-collections:3.2.2

|-- org.apache.commons:commons-collections4:4.4

|-- org.springframework.boot:spring-boot-starter-mail:2.7.1

|-- org.springframework.boot:spring-boot-starter-web:2.7.1

|-- org.springframework.boot:spring-boot-autoconfigure:2.7.1

|-- org.springframework.boot:spring-boot:2.7.1

|-- org.springframework.boot:spring-boot-properties-migrator:2.7.1

|-- org.springframework.boot:spring-boot-starter-actuator:2.7.1

|-- org.springframework.boot:spring-boot-actuator:2.7.1

|-- javax.servlet:javax.servlet-api:4.0.1

runtime

|-- javax.validation:validation-api:2.0.1.Final

|-- org.springframework.boot:spring-boot-starter-log4j2:2.7.1

|-- org.apache.logging.log4j:log4j-api:2.18.0

|-- org.apache.logging.log4j:log4j-core:2.18.0

|-- org.apache.logging.log4j:log4j-jcl:2.18.0

|-- org.apache.logging.log4j:log4j-jul:2.18.0

|-- org.apache.logging.log4j:log4j-web:2.18.0

|-- org.apache.logging.log4j:log4j-slf4j-impl:2.18.0

|-- org.apache.logging.log4j:log4j-layout-template-json:2.18.0

|-- com.lmax:disruptor:3.4.4