| GroupId | GroupIdorg.sonatype.gshell |
|---|---|
| ArtifactId | ArtifactIdgshell-io |
| Version | Version2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gshell-io-2.0.pom | |
| gshell-io-2.0.jar | 21 KB |
| gshell-io-2.0-sources.jar | 13 KB |
| gshell-io-2.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.sonatype.gshell/gshell-io/
implementation 'org.sonatype.gshell:gshell-io:2.0'
// https://jarcasting.com/artifacts/org.sonatype.gshell/gshell-io/
implementation ("org.sonatype.gshell:gshell-io:2.0")
'org.sonatype.gshell:gshell-io:jar:2.0'
<dependency org="org.sonatype.gshell" name="gshell-io" rev="2.0">
<artifact name="gshell-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sonatype.gshell', module='gshell-io', version='2.0')
)
libraryDependencies += "org.sonatype.gshell" % "gshell-io" % "2.0"
[org.sonatype.gshell/gshell-io "2.0"]