| Группа | Группаcom.daedafusion |
|---|---|
| Идентификатор | Идентификаторservice-bootstrap |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| service-bootstrap-1.0.pom | |
| service-bootstrap-1.0.jar | 13 KB |
| service-bootstrap-1.0-sources.jar | 7 KB |
| service-bootstrap-1.0-javadoc.jar | 83 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.daedafusion/service-bootstrap/ -->
<dependency>
<groupId>com.daedafusion</groupId>
<artifactId>service-bootstrap</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.daedafusion/service-bootstrap/
implementation 'com.daedafusion:service-bootstrap:1.0'
// https://jarcasting.com/artifacts/com.daedafusion/service-bootstrap/
implementation ("com.daedafusion:service-bootstrap:1.0")
'com.daedafusion:service-bootstrap:jar:1.0'
<dependency org="com.daedafusion" name="service-bootstrap" rev="1.0">
<artifact name="service-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daedafusion', module='service-bootstrap', version='1.0')
)
libraryDependencies += "com.daedafusion" % "service-bootstrap" % "1.0"
[com.daedafusion/service-bootstrap "1.0"]