| GroupId | GroupIdpl.mg6.hrisey |
|---|---|
| ArtifactId | ArtifactIdhrisey |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hrisey-0.2.0.pom | |
| hrisey-0.2.0.jar | 1 MB |
| hrisey-0.2.0-sources.jar | 670 KB |
| hrisey-0.2.0-javadoc.jar | 346 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/pl.mg6.hrisey/hrisey/ -->
<dependency>
<groupId>pl.mg6.hrisey</groupId>
<artifactId>hrisey</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.mg6.hrisey/hrisey/
implementation 'pl.mg6.hrisey:hrisey:0.2.0'
// https://jarcasting.com/artifacts/pl.mg6.hrisey/hrisey/
implementation ("pl.mg6.hrisey:hrisey:0.2.0")
'pl.mg6.hrisey:hrisey:jar:0.2.0'
<dependency org="pl.mg6.hrisey" name="hrisey" rev="0.2.0">
<artifact name="hrisey" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.mg6.hrisey', module='hrisey', version='0.2.0')
)
libraryDependencies += "pl.mg6.hrisey" % "hrisey" % "0.2.0"
[pl.mg6.hrisey/hrisey "0.2.0"]