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