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