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