GroupId | GroupIdorg.apache.winegrower.examples |
---|---|
ArtifactId | ArtifactIdshell |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
shell-1.0.0.pom | |
shell-1.0.0.jar | 9 KB |
shell-1.0.0-sources.jar | 8 KB |
shell-1.0.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.winegrower.examples/shell/ -->
<dependency>
<groupId>org.apache.winegrower.examples</groupId>
<artifactId>shell</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.winegrower.examples/shell/
implementation 'org.apache.winegrower.examples:shell:1.0.0'
// https://jarcasting.com/artifacts/org.apache.winegrower.examples/shell/
implementation ("org.apache.winegrower.examples:shell:1.0.0")
'org.apache.winegrower.examples:shell:jar:1.0.0'
<dependency org="org.apache.winegrower.examples" name="shell" rev="1.0.0">
<artifact name="shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.winegrower.examples', module='shell', version='1.0.0')
)
libraryDependencies += "org.apache.winegrower.examples" % "shell" % "1.0.0"
[org.apache.winegrower.examples/shell "1.0.0"]