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