Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.aesh |
ArtifactId | ArtifactIdaesh |
Version | Version0.66.8 |
Type | Typejar |
Filename | Size |
---|---|
aesh-0.66.8.pom | |
aesh-0.66.8.jar | 389 KB |
aesh-0.66.8-tests.jar | 304 KB |
aesh-0.66.8-sources.jar | 321 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.aesh/aesh/ -->
<dependency>
<groupId>org.jboss.aesh</groupId>
<artifactId>aesh</artifactId>
<version>0.66.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.aesh/aesh/
implementation 'org.jboss.aesh:aesh:0.66.8'
// https://jarcasting.com/artifacts/org.jboss.aesh/aesh/
implementation ("org.jboss.aesh:aesh:0.66.8")
'org.jboss.aesh:aesh:jar:0.66.8'
<dependency org="org.jboss.aesh" name="aesh" rev="0.66.8">
<artifact name="aesh" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.aesh', module='aesh', version='0.66.8')
)
libraryDependencies += "org.jboss.aesh" % "aesh" % "0.66.8"
[org.jboss.aesh/aesh "0.66.8"]