Files download
File Operation
demo-2.3.1-fix.jar download
demo-2.3.1-fix.pom download
demo-2.3.1-fix-sources.jar download
Apache Maven
<dependency>
  <groupId>com.avalon-inc.web</groupId>
  <artifactId>demo</artifactId>
  <version>2.3.1-fix</version>
</dependency>
Gradle Groovy
implementation 'com.avalon-inc.web:demo:2.3.1-fix'
Gradle Kotlin
implementation("com.avalon-inc.web:demo:2.3.1-fix")
Scala SBT
libraryDependencies += "com.avalon-inc.web" % "demo" % "2.3.1-fix"
Groovy Grape
@Grapes(
  @Grab(group='com.avalon-inc.web', module='demo', version='2.3.1-fix')
)
Apache Ivy
<dependency org="com.avalon-inc.web" name="demo" rev="2.3.1-fix" />
Leiningen
[com.avalon-inc.web/demo "2.3.1-fix"]
Apache Buildr
'com.avalon-inc.web:demo:jar:2.3.1-fix'