Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.nextapp |
ArtifactId | ArtifactIdecho3-filetransfer-webcontainer |
Version | Version3.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.nextapp/echo3-filetransfer-webcontainer/ -->
<dependency>
<groupId>com.nextapp</groupId>
<artifactId>echo3-filetransfer-webcontainer</artifactId>
<version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.nextapp/echo3-filetransfer-webcontainer/
implementation 'com.nextapp:echo3-filetransfer-webcontainer:3.0.2'
// https://jarcasting.com/artifacts/com.nextapp/echo3-filetransfer-webcontainer/
implementation ("com.nextapp:echo3-filetransfer-webcontainer:3.0.2")
'com.nextapp:echo3-filetransfer-webcontainer:jar:3.0.2'
<dependency org="com.nextapp" name="echo3-filetransfer-webcontainer" rev="3.0.2">
<artifact name="echo3-filetransfer-webcontainer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nextapp', module='echo3-filetransfer-webcontainer', version='3.0.2')
)
libraryDependencies += "com.nextapp" % "echo3-filetransfer-webcontainer" % "3.0.2"
[com.nextapp/echo3-filetransfer-webcontainer "3.0.2"]