Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.appform.hope |
ArtifactId | ArtifactIdhope |
Version | Version1.0.13 |
Type | Typepom |
Filename | Size |
---|---|
hope-1.0.13.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.appform.hope/hope/ -->
<dependency>
<groupId>io.appform.hope</groupId>
<artifactId>hope</artifactId>
<version>1.0.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.appform.hope/hope/
implementation 'io.appform.hope:hope:1.0.13'
// https://jarcasting.com/artifacts/io.appform.hope/hope/
implementation ("io.appform.hope:hope:1.0.13")
'io.appform.hope:hope:pom:1.0.13'
<dependency org="io.appform.hope" name="hope" rev="1.0.13">
<artifact name="hope" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.appform.hope', module='hope', version='1.0.13')
)
libraryDependencies += "io.appform.hope" % "hope" % "1.0.13"
[io.appform.hope/hope "1.0.13"]