is not current version
Last Version 2.1.1

com.nextapp:echo2-app 2.1.0.beta5

The core classes and components for creating Echo applications

GroupId

GroupId

com.nextapp
ArtifactId

ArtifactId

echo2-app
Version

Version

2.1.0.beta5
Type

Type

jar

Download echo2-app 2.1.0.beta5


<!-- https://jarcasting.com/artifacts/com.nextapp/echo2-app/ -->
<dependency>
    <groupId>com.nextapp</groupId>
    <artifactId>echo2-app</artifactId>
    <version>2.1.0.beta5</version>
</dependency>
// https://jarcasting.com/artifacts/com.nextapp/echo2-app/
implementation 'com.nextapp:echo2-app:2.1.0.beta5'
// https://jarcasting.com/artifacts/com.nextapp/echo2-app/
implementation ("com.nextapp:echo2-app:2.1.0.beta5")
'com.nextapp:echo2-app:jar:2.1.0.beta5'
<dependency org="com.nextapp" name="echo2-app" rev="2.1.0.beta5">
  <artifact name="echo2-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nextapp', module='echo2-app', version='2.1.0.beta5')
)
libraryDependencies += "com.nextapp" % "echo2-app" % "2.1.0.beta5"
[com.nextapp/echo2-app "2.1.0.beta5"]