GroupId | GroupIdcom.github.frtu.archetype |
---|---|
ArtifactId | ArtifactIdavro-project-archetype |
Version | Version0.3.5 |
Type | Typejar |
Filename | Size |
---|---|
avro-project-archetype-0.3.5.pom | |
avro-project-archetype-0.3.5.jar | 6 KB |
Browse |
<!-- 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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frtu.archetype/avro-project-archetype/
implementation 'com.github.frtu.archetype:avro-project-archetype:0.3.5'
// https://jarcasting.com/artifacts/com.github.frtu.archetype/avro-project-archetype/
implementation ("com.github.frtu.archetype:avro-project-archetype:0.3.5")
'com.github.frtu.archetype:avro-project-archetype:jar:0.3.5'
<dependency org="com.github.frtu.archetype" name="avro-project-archetype" rev="0.3.5">
<artifact name="avro-project-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frtu.archetype', module='avro-project-archetype', version='0.3.5')
)
libraryDependencies += "com.github.frtu.archetype" % "avro-project-archetype" % "0.3.5"
[com.github.frtu.archetype/avro-project-archetype "0.3.5"]