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