GroupId | GroupIdcom.yodo1 |
---|---|
ArtifactId | ArtifactIdhades-helper |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
hades-helper-0.0.3.pom | |
hades-helper-0.0.3.jar | 8 KB |
hades-helper-0.0.3-sources.jar | 4 KB |
hades-helper-0.0.3-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yodo1/hades-helper/ -->
<dependency>
<groupId>com.yodo1</groupId>
<artifactId>hades-helper</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.yodo1/hades-helper/
implementation 'com.yodo1:hades-helper:0.0.3'
// https://jarcasting.com/artifacts/com.yodo1/hades-helper/
implementation ("com.yodo1:hades-helper:0.0.3")
'com.yodo1:hades-helper:jar:0.0.3'
<dependency org="com.yodo1" name="hades-helper" rev="0.0.3">
<artifact name="hades-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yodo1', module='hades-helper', version='0.0.3')
)
libraryDependencies += "com.yodo1" % "hades-helper" % "0.0.3"
[com.yodo1/hades-helper "0.0.3"]