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