| Группа | Группаco.fizzed |
|---|---|
| Идентификатор | Идентификаторfizzed-stork-bootstrap |
| Версия | Версия1.2.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/co.fizzed/fizzed-stork-bootstrap/ -->
<dependency>
<groupId>co.fizzed</groupId>
<artifactId>fizzed-stork-bootstrap</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/co.fizzed/fizzed-stork-bootstrap/
implementation 'co.fizzed:fizzed-stork-bootstrap:1.2.0'
// https://jarcasting.com/artifacts/co.fizzed/fizzed-stork-bootstrap/
implementation ("co.fizzed:fizzed-stork-bootstrap:1.2.0")
'co.fizzed:fizzed-stork-bootstrap:jar:1.2.0'
<dependency org="co.fizzed" name="fizzed-stork-bootstrap" rev="1.2.0">
<artifact name="fizzed-stork-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.fizzed', module='fizzed-stork-bootstrap', version='1.2.0')
)
libraryDependencies += "co.fizzed" % "fizzed-stork-bootstrap" % "1.2.0"
[co.fizzed/fizzed-stork-bootstrap "1.2.0"]