is not current version
Last Version 0.9.0

io.divolte:divolte-schema 0.8.0

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

GroupId

GroupId

io.divolte
ArtifactId

ArtifactId

divolte-schema
Version

Version

0.8.0
Type

Type

jar

Download divolte-schema 0.8.0


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