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