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