GroupId | GroupIdorg.aesh |
---|---|
ArtifactId | ArtifactIdaesh-extensions |
Version | Version1.7 |
Type | Typejar |
Filename | Size |
---|---|
aesh-extensions-1.7.pom | |
aesh-extensions-1.7.jar | 163 KB |
aesh-extensions-1.7-tests.jar | 43 KB |
aesh-extensions-1.7-sources.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.aesh/aesh-extensions/ -->
<dependency>
<groupId>org.aesh</groupId>
<artifactId>aesh-extensions</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.aesh/aesh-extensions/
implementation 'org.aesh:aesh-extensions:1.7'
// https://jarcasting.com/artifacts/org.aesh/aesh-extensions/
implementation ("org.aesh:aesh-extensions:1.7")
'org.aesh:aesh-extensions:jar:1.7'
<dependency org="org.aesh" name="aesh-extensions" rev="1.7">
<artifact name="aesh-extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aesh', module='aesh-extensions', version='1.7')
)
libraryDependencies += "org.aesh" % "aesh-extensions" % "1.7"
[org.aesh/aesh-extensions "1.7"]