GroupId | GroupIdde.piratech |
---|---|
ArtifactId | ArtifactIddasding.frontend |
Version | Version0.2 |
Type | Typepom |
Filename | Size |
---|---|
dasding.frontend-0.2.pom | 938 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/de.piratech/dasding.frontend/ -->
<dependency>
<groupId>de.piratech</groupId>
<artifactId>dasding.frontend</artifactId>
<version>0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.piratech/dasding.frontend/
implementation 'de.piratech:dasding.frontend:0.2'
// https://jarcasting.com/artifacts/de.piratech/dasding.frontend/
implementation ("de.piratech:dasding.frontend:0.2")
'de.piratech:dasding.frontend:pom:0.2'
<dependency org="de.piratech" name="dasding.frontend" rev="0.2">
<artifact name="dasding.frontend" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.piratech', module='dasding.frontend', version='0.2')
)
libraryDependencies += "de.piratech" % "dasding.frontend" % "0.2"
[de.piratech/dasding.frontend "0.2"]