Files download
File Operation
beautiful-library-1.0.jar download
beautiful-library-1.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.ants-double</groupId>
  <artifactId>beautiful-library</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.ants-double:beautiful-library:1.0'
Gradle Kotlin
implementation("io.github.ants-double:beautiful-library:1.0")
Scala SBT
libraryDependencies += "io.github.ants-double" % "beautiful-library" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ants-double', module='beautiful-library', version='1.0')
)
Apache Ivy
<dependency org="io.github.ants-double" name="beautiful-library" rev="1.0" />
Leiningen
[io.github.ants-double/beautiful-library "1.0"]
Apache Buildr
'io.github.ants-double:beautiful-library:jar:1.0'
Dependencies
The project has no third-party dependencies