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

com.dyuproject.protostuff.archetype:archetype 1.0.1

archetypes for applications using protobuf

Группа

Группа

com.dyuproject.protostuff.archetype
Идентификатор

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

archetype
Версия

Версия

1.0.1
Тип

Тип

pom

Скачать archetype 1.0.1

Имя Файла Размер
archetype-1.0.1.pom 1 KB
Обзор

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