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