n

ntc-configuration

ntc-configuration read file configuration properties
https://github.com/congnghia0609/ntc-configuration
The Apache License, Version 2.0
nghiatc
Files download
File Operation
ntc-configuration-1.0.0.jar download
ntc-configuration-1.0.0.pom download
ntc-configuration-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.streetcodevn</groupId>
  <artifactId>ntc-configuration</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.streetcodevn:ntc-configuration:1.0.0'
Gradle Kotlin
implementation("com.streetcodevn:ntc-configuration:1.0.0")
Scala SBT
libraryDependencies += "com.streetcodevn" % "ntc-configuration" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.streetcodevn', module='ntc-configuration', version='1.0.0')
)
Apache Ivy
<dependency org="com.streetcodevn" name="ntc-configuration" rev="1.0.0" />
Leiningen
[com.streetcodevn/ntc-configuration "1.0.0"]
Apache Buildr
'com.streetcodevn:ntc-configuration:jar:1.0.0'