Categories |
CategoriesNet |
---|---|
GroupId | GroupIdit.netgrid |
ArtifactId | ArtifactIdbauer |
Version | Version0.0.6 |
Type | Typepom |
Filename | Size |
---|---|
bauer-0.0.6.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.netgrid/bauer/ -->
<dependency>
<groupId>it.netgrid</groupId>
<artifactId>bauer</artifactId>
<version>0.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.netgrid/bauer/
implementation 'it.netgrid:bauer:0.0.6'
// https://jarcasting.com/artifacts/it.netgrid/bauer/
implementation ("it.netgrid:bauer:0.0.6")
'it.netgrid:bauer:pom:0.0.6'
<dependency org="it.netgrid" name="bauer" rev="0.0.6">
<artifact name="bauer" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.netgrid', module='bauer', version='0.0.6')
)
libraryDependencies += "it.netgrid" % "bauer" % "0.0.6"
[it.netgrid/bauer "0.0.6"]