| GroupId | GroupIdat.crea-doo.homer |
|---|---|
| ArtifactId | ArtifactIdhwabstraction |
| Version | Version1.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hwabstraction-1.0.1.pom | 720 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/at.crea-doo.homer/hwabstraction/ -->
<dependency>
<groupId>at.crea-doo.homer</groupId>
<artifactId>hwabstraction</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/at.crea-doo.homer/hwabstraction/
implementation 'at.crea-doo.homer:hwabstraction:1.0.1'
// https://jarcasting.com/artifacts/at.crea-doo.homer/hwabstraction/
implementation ("at.crea-doo.homer:hwabstraction:1.0.1")
'at.crea-doo.homer:hwabstraction:pom:1.0.1'
<dependency org="at.crea-doo.homer" name="hwabstraction" rev="1.0.1">
<artifact name="hwabstraction" type="pom" />
</dependency>
@Grapes(
@Grab(group='at.crea-doo.homer', module='hwabstraction', version='1.0.1')
)
libraryDependencies += "at.crea-doo.homer" % "hwabstraction" % "1.0.1"
[at.crea-doo.homer/hwabstraction "1.0.1"]