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