GroupId | GroupIdcom.github.davidmoten |
---|---|
ArtifactId | ArtifactIdgrumpy-app |
Version | Version0.3.2 |
Type | Typewar |
Filename | Size |
---|---|
grumpy-app-0.3.2.pom | |
grumpy-app-0.3.2.war | 22 MB |
grumpy-app-0.3.2-sources.jar | 2 KB |
grumpy-app-0.3.2-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/grumpy-app/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>grumpy-app</artifactId>
<version>0.3.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/grumpy-app/
implementation 'com.github.davidmoten:grumpy-app:0.3.2'
// https://jarcasting.com/artifacts/com.github.davidmoten/grumpy-app/
implementation ("com.github.davidmoten:grumpy-app:0.3.2")
'com.github.davidmoten:grumpy-app:war:0.3.2'
<dependency org="com.github.davidmoten" name="grumpy-app" rev="0.3.2">
<artifact name="grumpy-app" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='grumpy-app', version='0.3.2')
)
libraryDependencies += "com.github.davidmoten" % "grumpy-app" % "0.3.2"
[com.github.davidmoten/grumpy-app "0.3.2"]