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