GroupId | GroupIdcom.nextapp |
---|---|
ArtifactId | ArtifactIdecho2-app |
Version | Version2.1.0.beta5 |
Type | Typejar |
Filename | Size |
---|---|
echo2-app-2.1.0.beta5.pom | |
echo2-app-2.1.0.beta5.jar | 168 KB |
Browse |
<!-- 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"]