GroupId | GroupIdcom.nextapp |
---|---|
ArtifactId | ArtifactIdecho3-app |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
echo3-app-3.0.0.pom | |
echo3-app-3.0.0.jar | 215 KB |
echo3-app-3.0.0-sources.jar | 277 KB |
echo3-app-3.0.0-javadoc.jar | 660 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nextapp/echo3-app/ -->
<dependency>
<groupId>com.nextapp</groupId>
<artifactId>echo3-app</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nextapp/echo3-app/
implementation 'com.nextapp:echo3-app:3.0.0'
// https://jarcasting.com/artifacts/com.nextapp/echo3-app/
implementation ("com.nextapp:echo3-app:3.0.0")
'com.nextapp:echo3-app:jar:3.0.0'
<dependency org="com.nextapp" name="echo3-app" rev="3.0.0">
<artifact name="echo3-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nextapp', module='echo3-app', version='3.0.0')
)
libraryDependencies += "com.nextapp" % "echo3-app" % "3.0.0"
[com.nextapp/echo3-app "3.0.0"]