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