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