| Категории |
КатегорииДанные |
|---|---|
| Группа | Группаcom.github.alenfive |
| Идентификатор | Идентификаторdataway2-boot-starter |
| Версия | Версия2.0.0.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.alenfive/dataway2-boot-starter/ -->
<dependency>
<groupId>com.github.alenfive</groupId>
<artifactId>dataway2-boot-starter</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alenfive/dataway2-boot-starter/
implementation 'com.github.alenfive:dataway2-boot-starter:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.alenfive/dataway2-boot-starter/
implementation ("com.github.alenfive:dataway2-boot-starter:2.0.0.RELEASE")
'com.github.alenfive:dataway2-boot-starter:jar:2.0.0.RELEASE'
<dependency org="com.github.alenfive" name="dataway2-boot-starter" rev="2.0.0.RELEASE">
<artifact name="dataway2-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alenfive', module='dataway2-boot-starter', version='2.0.0.RELEASE')
)
libraryDependencies += "com.github.alenfive" % "dataway2-boot-starter" % "2.0.0.RELEASE"
[com.github.alenfive/dataway2-boot-starter "2.0.0.RELEASE"]