is not current version
Last Version 0.9.0

io.divolte:divolte-schema 0.4.1

The default Avro schema used by Divolte Collector for storing logged events.

GroupId

GroupId

io.divolte
ArtifactId

ArtifactId

divolte-schema
Version

Version

0.4.1
Type

Type

jar

Download divolte-schema 0.4.1


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