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