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