| GroupId | GroupIdcom.github.davidmoten |
|---|---|
| ArtifactId | ArtifactIdgrumpy |
| Version | Version0.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| grumpy-0.2.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/grumpy/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>grumpy</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/grumpy/
implementation 'com.github.davidmoten:grumpy:0.2'
// https://jarcasting.com/artifacts/com.github.davidmoten/grumpy/
implementation ("com.github.davidmoten:grumpy:0.2")
'com.github.davidmoten:grumpy:pom:0.2'
<dependency org="com.github.davidmoten" name="grumpy" rev="0.2">
<artifact name="grumpy" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='grumpy', version='0.2')
)
libraryDependencies += "com.github.davidmoten" % "grumpy" % "0.2"
[com.github.davidmoten/grumpy "0.2"]