License |
License |
---|---|
GroupId | GroupIdorg.apache.winegrower.examples |
ArtifactId | ArtifactIdshell |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionApache Winegrower :: Examples :: Shell
Get started running "mvn package winegrower:pour" and execute "winegrower:example test".
Ctrl+D/Ctrl+C to quit.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
shell-1.0.1.pom | |
shell-1.0.1.jar | 9 KB |
shell-1.0.1-sources.jar | 8 KB |
shell-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.winegrower.examples/shell/
implementation 'org.apache.winegrower.examples:shell:1.0.1'
// https://jarcasting.com/artifacts/org.apache.winegrower.examples/shell/
implementation ("org.apache.winegrower.examples:shell:1.0.1")
'org.apache.winegrower.examples:shell:jar:1.0.1'
<dependency org="org.apache.winegrower.examples" name="shell" rev="1.0.1">
<artifact name="shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.winegrower.examples', module='shell', version='1.0.1')
)
libraryDependencies += "org.apache.winegrower.examples" % "shell" % "1.0.1"
[org.apache.winegrower.examples/shell "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.winegrower : winegrower-core | jar | 1.0.1 |
org.apache.winegrower.cepages : winegrower-cepage-shell | pom | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.0 |