не последняя версия
Последняя версия 1.0.1

com.vaushell:archetype-exec 1.0.0

archetype for an executable (not a library)

Группа

Группа

com.vaushell
Идентификатор

Идентификатор

archetype-exec
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать archetype-exec 1.0.0


<!-- https://jarcasting.com/artifacts/com.vaushell/archetype-exec/ -->
<dependency>
    <groupId>com.vaushell</groupId>
    <artifactId>archetype-exec</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaushell/archetype-exec/
implementation 'com.vaushell:archetype-exec:1.0.0'
// https://jarcasting.com/artifacts/com.vaushell/archetype-exec/
implementation ("com.vaushell:archetype-exec:1.0.0")
'com.vaushell:archetype-exec:jar:1.0.0'
<dependency org="com.vaushell" name="archetype-exec" rev="1.0.0">
  <artifact name="archetype-exec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaushell', module='archetype-exec', version='1.0.0')
)
libraryDependencies += "com.vaushell" % "archetype-exec" % "1.0.0"
[com.vaushell/archetype-exec "1.0.0"]