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