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