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