Files download
File Operation
char-dependencies-0.0.6.pom download
Apache Maven
<dependency>
  <groupId>com.github.charlemaznable</groupId>
  <artifactId>char-dependencies</artifactId>
  <version>0.0.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.charlemaznable:char-dependencies:0.0.6'
Gradle Kotlin
implementation("com.github.charlemaznable:char-dependencies:0.0.6")
Scala SBT
libraryDependencies += "com.github.charlemaznable" % "char-dependencies" % "0.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.charlemaznable', module='char-dependencies', version='0.0.6')
)
Apache Ivy
<dependency org="com.github.charlemaznable" name="char-dependencies" rev="0.0.6" />
Leiningen
[com.github.charlemaznable/char-dependencies "0.0.6"]
Apache Buildr
'com.github.charlemaznable:char-dependencies:jar:0.0.6'