GroupId | GroupIdorg.codehaus.griffon |
---|---|
ArtifactId | ArtifactIdgriffon-shell |
Version | Version0.9.5 |
Type | Typejar |
Filename | Size |
---|---|
griffon-shell-0.9.5.pom | |
griffon-shell-0.9.5.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.codehaus.griffon/griffon-shell/ -->
<dependency>
<groupId>org.codehaus.griffon</groupId>
<artifactId>griffon-shell</artifactId>
<version>0.9.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.griffon/griffon-shell/
implementation 'org.codehaus.griffon:griffon-shell:0.9.5'
// https://jarcasting.com/artifacts/org.codehaus.griffon/griffon-shell/
implementation ("org.codehaus.griffon:griffon-shell:0.9.5")
'org.codehaus.griffon:griffon-shell:jar:0.9.5'
<dependency org="org.codehaus.griffon" name="griffon-shell" rev="0.9.5">
<artifact name="griffon-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.griffon', module='griffon-shell', version='0.9.5')
)
libraryDependencies += "org.codehaus.griffon" % "griffon-shell" % "0.9.5"
[org.codehaus.griffon/griffon-shell "0.9.5"]