GroupId | GroupIdio.github.majianzheng |
---|---|
ArtifactId | ArtifactIdshell-plugin |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
shell-plugin-2.0.0.pom | |
shell-plugin-2.0.0.jar | 14 KB |
shell-plugin-2.0.0-sources.jar | 9 KB |
shell-plugin-2.0.0-javadoc.jar | 391 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.majianzheng/shell-plugin/ -->
<dependency>
<groupId>io.github.majianzheng</groupId>
<artifactId>shell-plugin</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.majianzheng/shell-plugin/
implementation 'io.github.majianzheng:shell-plugin:2.0.0'
// https://jarcasting.com/artifacts/io.github.majianzheng/shell-plugin/
implementation ("io.github.majianzheng:shell-plugin:2.0.0")
'io.github.majianzheng:shell-plugin:jar:2.0.0'
<dependency org="io.github.majianzheng" name="shell-plugin" rev="2.0.0">
<artifact name="shell-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.majianzheng', module='shell-plugin', version='2.0.0')
)
libraryDependencies += "io.github.majianzheng" % "shell-plugin" % "2.0.0"
[io.github.majianzheng/shell-plugin "2.0.0"]