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