GroupId | GroupIdcom.github.bdqfork |
---|---|
ArtifactId | ArtifactIdhamal-core |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
hamal-core-0.1.0.pom | |
hamal-core-0.1.0.jar | 34 KB |
hamal-core-0.1.0-sources.jar | 20 KB |
hamal-core-0.1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bdqfork/hamal-core/ -->
<dependency>
<groupId>com.github.bdqfork</groupId>
<artifactId>hamal-core</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bdqfork/hamal-core/
implementation 'com.github.bdqfork:hamal-core:0.1.0'
// https://jarcasting.com/artifacts/com.github.bdqfork/hamal-core/
implementation ("com.github.bdqfork:hamal-core:0.1.0")
'com.github.bdqfork:hamal-core:jar:0.1.0'
<dependency org="com.github.bdqfork" name="hamal-core" rev="0.1.0">
<artifact name="hamal-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bdqfork', module='hamal-core', version='0.1.0')
)
libraryDependencies += "com.github.bdqfork" % "hamal-core" % "0.1.0"
[com.github.bdqfork/hamal-core "0.1.0"]