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