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