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