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