GroupId | GroupIdorg.sonatype.gshell |
---|---|
ArtifactId | ArtifactIdgshell-core |
Version | Version2.3 |
Type | Typejar |
Filename | Size |
---|---|
gshell-core-2.3.pom | |
gshell-core-2.3.jar | 327 KB |
gshell-core-2.3-tests.jar | 72 KB |
gshell-core-2.3-sources.jar | 280 KB |
gshell-core-2.3-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sonatype.gshell/gshell-core/ -->
<dependency>
<groupId>org.sonatype.gshell</groupId>
<artifactId>gshell-core</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.gshell/gshell-core/
implementation 'org.sonatype.gshell:gshell-core:2.3'
// https://jarcasting.com/artifacts/org.sonatype.gshell/gshell-core/
implementation ("org.sonatype.gshell:gshell-core:2.3")
'org.sonatype.gshell:gshell-core:jar:2.3'
<dependency org="org.sonatype.gshell" name="gshell-core" rev="2.3">
<artifact name="gshell-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.gshell', module='gshell-core', version='2.3')
)
libraryDependencies += "org.sonatype.gshell" % "gshell-core" % "2.3"
[org.sonatype.gshell/gshell-core "2.3"]