Categories |
CategoriesJBoss Container Application Servers |
---|---|
GroupId | GroupIdorg.jboss.forge.addon |
ArtifactId | ArtifactIdshell-impl |
Version | Version2.1.1.Final |
Type | Typejar |
Filename | Size |
---|---|
shell-impl-2.1.1.Final.pom | |
shell-impl-2.1.1.Final.jar | 114 KB |
shell-impl-2.1.1.Final-sources.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.forge.addon/shell-impl/ -->
<dependency>
<groupId>org.jboss.forge.addon</groupId>
<artifactId>shell-impl</artifactId>
<version>2.1.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.forge.addon/shell-impl/
implementation 'org.jboss.forge.addon:shell-impl:2.1.1.Final'
// https://jarcasting.com/artifacts/org.jboss.forge.addon/shell-impl/
implementation ("org.jboss.forge.addon:shell-impl:2.1.1.Final")
'org.jboss.forge.addon:shell-impl:jar:2.1.1.Final'
<dependency org="org.jboss.forge.addon" name="shell-impl" rev="2.1.1.Final">
<artifact name="shell-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.forge.addon', module='shell-impl', version='2.1.1.Final')
)
libraryDependencies += "org.jboss.forge.addon" % "shell-impl" % "2.1.1.Final"
[org.jboss.forge.addon/shell-impl "2.1.1.Final"]