| Группа | Группаorg.factcast |
|---|---|
| Идентификатор | Идентификаторfactcast-example-schema-registry |
| Версия | Версия0.2.0-M7 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-example-schema-registry/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-example-schema-registry</artifactId>
<version>0.2.0-M7</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-example-schema-registry/
implementation 'org.factcast:factcast-example-schema-registry:0.2.0-M7'
// https://jarcasting.com/artifacts/org.factcast/factcast-example-schema-registry/
implementation ("org.factcast:factcast-example-schema-registry:0.2.0-M7")
'org.factcast:factcast-example-schema-registry:jar:0.2.0-M7'
<dependency org="org.factcast" name="factcast-example-schema-registry" rev="0.2.0-M7">
<artifact name="factcast-example-schema-registry" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-example-schema-registry', version='0.2.0-M7')
)
libraryDependencies += "org.factcast" % "factcast-example-schema-registry" % "0.2.0-M7"
[org.factcast/factcast-example-schema-registry "0.2.0-M7"]