jar

io.holixon.axon.avro.examples : app-using-the-plugin

Maven & Gradle

Nov 03, 2023
Table Of Contents

Latest Version

Download io.holixon.axon.avro.examples : app-using-the-plugin JAR file - Latest Versions:

All Versions

Download io.holixon.axon.avro.examples : app-using-the-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window app-using-the-plugin-0.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.holixon.schema.global.event

├─ io.holixon.schema.global.event.OrderImportedEvent.class - [JAR]

io.holixon.schema.local.event

├─ io.holixon.schema.local.event.FooEvent.class - [JAR]

io.holixon.schema.bank.event

├─ io.holixon.schema.bank.event.BalanceChangedEvent.class - [JAR]

├─ io.holixon.schema.bank.event.BankAccountCreatedEvent.class - [JAR]

├─ io.holixon.schema.bank.event.MoneyDepositedEvent.class - [JAR]

├─ io.holixon.schema.bank.event.MoneyWithdrawnEvent.class - [JAR]

io.holixon.schema.global.query

├─ io.holixon.schema.global.query.LookupCustomerQuery.class - [JAR]

├─ io.holixon.schema.global.query.LookupCustomerQueryResult.class - [JAR]

global.model

├─ global.model.Address.class - [JAR]

├─ global.model.Customer.class - [JAR]

├─ global.model.OrderPosition.class - [JAR]

io.holixon.schema.bank.command

├─ io.holixon.schema.bank.command.CreateBankAccountCommand.class - [JAR]

io.holixon.avro.maven.example

├─ io.holixon.avro.maven.example.Dummy.class - [JAR]