is not current version
Last Version 1.4.4.Final

org.jboss.forge:forge-shell 1.2.2.Final


Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.forge
ArtifactId

ArtifactId

forge-shell
Version

Version

1.2.2.Final
Type

Type

jar

Download forge-shell 1.2.2.Final


<!-- https://jarcasting.com/artifacts/org.jboss.forge/forge-shell/ -->
<dependency>
    <groupId>org.jboss.forge</groupId>
    <artifactId>forge-shell</artifactId>
    <version>1.2.2.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.forge/forge-shell/
implementation 'org.jboss.forge:forge-shell:1.2.2.Final'
// https://jarcasting.com/artifacts/org.jboss.forge/forge-shell/
implementation ("org.jboss.forge:forge-shell:1.2.2.Final")
'org.jboss.forge:forge-shell:jar:1.2.2.Final'
<dependency org="org.jboss.forge" name="forge-shell" rev="1.2.2.Final">
  <artifact name="forge-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.forge', module='forge-shell', version='1.2.2.Final')
)
libraryDependencies += "org.jboss.forge" % "forge-shell" % "1.2.2.Final"
[org.jboss.forge/forge-shell "1.2.2.Final"]