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