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