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