GroupId | GroupIdorg.huahinframework |
---|---|
ArtifactId | ArtifactIdhuahin-core |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
huahin-core-0.1.4.pom | |
huahin-core-0.1.4.jar | 80 KB |
huahin-core-0.1.4-sources.jar | 69 KB |
huahin-core-0.1.4-javadoc.jar | 320 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.huahinframework/huahin-core/ -->
<dependency>
<groupId>org.huahinframework</groupId>
<artifactId>huahin-core</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.huahinframework/huahin-core/
implementation 'org.huahinframework:huahin-core:0.1.4'
// https://jarcasting.com/artifacts/org.huahinframework/huahin-core/
implementation ("org.huahinframework:huahin-core:0.1.4")
'org.huahinframework:huahin-core:jar:0.1.4'
<dependency org="org.huahinframework" name="huahin-core" rev="0.1.4">
<artifact name="huahin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.huahinframework', module='huahin-core', version='0.1.4')
)
libraryDependencies += "org.huahinframework" % "huahin-core" % "0.1.4"
[org.huahinframework/huahin-core "0.1.4"]