| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators config Configuration |
|---|---|
| Группа | Группаcom.github.ollgei.spring |
| Идентификатор | Идентификаторollgei-boot-autoconfigure |
| Версия | Версия1.0.17 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.github.ollgei.spring/ollgei-boot-autoconfigure/ -->
<dependency>
<groupId>com.github.ollgei.spring</groupId>
<artifactId>ollgei-boot-autoconfigure</artifactId>
<version>1.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ollgei.spring/ollgei-boot-autoconfigure/
implementation 'com.github.ollgei.spring:ollgei-boot-autoconfigure:1.0.17'
// https://jarcasting.com/artifacts/com.github.ollgei.spring/ollgei-boot-autoconfigure/
implementation ("com.github.ollgei.spring:ollgei-boot-autoconfigure:1.0.17")
'com.github.ollgei.spring:ollgei-boot-autoconfigure:jar:1.0.17'
<dependency org="com.github.ollgei.spring" name="ollgei-boot-autoconfigure" rev="1.0.17">
<artifact name="ollgei-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ollgei.spring', module='ollgei-boot-autoconfigure', version='1.0.17')
)
libraryDependencies += "com.github.ollgei.spring" % "ollgei-boot-autoconfigure" % "1.0.17"
[com.github.ollgei.spring/ollgei-boot-autoconfigure "1.0.17"]