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