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