I

InfoSources

Library was created as InfoSources for usual needs
https://github.com/insogroup/InfoSources
MIT
Ovsyannikov Alexey
Files download
File Operation
InfoSources-0.6.7.jar download
InfoSources-0.6.7.pom download
InfoSources-0.6.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.insogroup</groupId>
  <artifactId>InfoSources</artifactId>
  <version>0.6.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.insogroup:InfoSources:0.6.7'
Gradle Kotlin
implementation("com.github.insogroup:InfoSources:0.6.7")
Scala SBT
libraryDependencies += "com.github.insogroup" % "InfoSources" % "0.6.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.insogroup', module='InfoSources', version='0.6.7')
)
Apache Ivy
<dependency org="com.github.insogroup" name="InfoSources" rev="0.6.7" />
Leiningen
[com.github.insogroup/InfoSources "0.6.7"]
Apache Buildr
'com.github.insogroup:InfoSources:jar:0.6.7'