Dependency Information

Apache Maven

<dependency>
  <groupId>cz.zcu.mre</groupId>
  <artifactId>sparkle</artifactId>
  <version>2023.03</version>
</dependency>

Apache Ivy

<dependency org="cz.zcu.mre" name="sparkle" rev="2023.03">
  <artifact name="sparkle" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='cz.zcu.mre', module='sparkle', version='2023.03')
)

Gradle/Grails

compile 'cz.zcu.mre:sparkle:2023.03'

Scala SBT

libraryDependencies += "cz.zcu.mre" % "sparkle" % "2023.03"

Leiningen

[cz.zcu.mre/sparkle "2023.03"]