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