Files download
File Operation
baseweb-ui-1.0.0-RELEASE.jar download
baseweb-ui-1.0.0-RELEASE.pom download
baseweb-ui-1.0.0-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ramerf</groupId>
  <artifactId>baseweb-ui</artifactId>
  <version>1.0.0-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'io.github.ramerf:baseweb-ui:1.0.0-RELEASE'
Gradle Kotlin
implementation("io.github.ramerf:baseweb-ui:1.0.0-RELEASE")
Scala SBT
libraryDependencies += "io.github.ramerf" % "baseweb-ui" % "1.0.0-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ramerf', module='baseweb-ui', version='1.0.0-RELEASE')
)
Apache Ivy
<dependency org="io.github.ramerf" name="baseweb-ui" rev="1.0.0-RELEASE" />
Leiningen
[io.github.ramerf/baseweb-ui "1.0.0-RELEASE"]
Apache Buildr
'io.github.ramerf:baseweb-ui:jar:1.0.0-RELEASE'