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