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