GroupId | GroupIdcom.manganit.half |
---|---|
ArtifactId | ArtifactIdhalf-util |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
half-util-0.1.pom | |
half-util-0.1.jar | 3 KB |
half-util-0.1-sources.jar | 1 KB |
half-util-0.1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.manganit.half/half-util/ -->
<dependency>
<groupId>com.manganit.half</groupId>
<artifactId>half-util</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.manganit.half/half-util/
implementation 'com.manganit.half:half-util:0.1'
// https://jarcasting.com/artifacts/com.manganit.half/half-util/
implementation ("com.manganit.half:half-util:0.1")
'com.manganit.half:half-util:jar:0.1'
<dependency org="com.manganit.half" name="half-util" rev="0.1">
<artifact name="half-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.manganit.half', module='half-util', version='0.1')
)
libraryDependencies += "com.manganit.half" % "half-util" % "0.1"
[com.manganit.half/half-util "0.1"]