GroupId | GroupIdorg.apache.servicemix.kernel.gshell |
---|---|
ArtifactId | ArtifactIdgshell |
Version | Version1.0-m1 |
Type | Typepom |
Filename | Size |
---|---|
gshell-1.0-m1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicemix.kernel.gshell/gshell/ -->
<dependency>
<groupId>org.apache.servicemix.kernel.gshell</groupId>
<artifactId>gshell</artifactId>
<version>1.0-m1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicemix.kernel.gshell/gshell/
implementation 'org.apache.servicemix.kernel.gshell:gshell:1.0-m1'
// https://jarcasting.com/artifacts/org.apache.servicemix.kernel.gshell/gshell/
implementation ("org.apache.servicemix.kernel.gshell:gshell:1.0-m1")
'org.apache.servicemix.kernel.gshell:gshell:pom:1.0-m1'
<dependency org="org.apache.servicemix.kernel.gshell" name="gshell" rev="1.0-m1">
<artifact name="gshell" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicemix.kernel.gshell', module='gshell', version='1.0-m1')
)
libraryDependencies += "org.apache.servicemix.kernel.gshell" % "gshell" % "1.0-m1"
[org.apache.servicemix.kernel.gshell/gshell "1.0-m1"]