jar

com.theogayet.burb : burb-commons-jvm

Maven & Gradle

Jan 15, 2024

burb-commons · Common models and utilities for Burb.

Table Of Contents

Latest Version

Download com.theogayet.burb : burb-commons-jvm JAR file - Latest Versions:

All Versions

Download com.theogayet.burb : burb-commons-jvm 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 burb-commons-jvm-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.theogayet.burb.models.subjects

├─ com.theogayet.burb.models.subjects.CreateSubjectPayload.class - [JAR]

├─ com.theogayet.burb.models.subjects.Subject.class - [JAR]

├─ com.theogayet.burb.models.subjects.UpdateSubjectPayload.class - [JAR]

com.theogayet.burb.models.notions

├─ com.theogayet.burb.models.notions.CreateNotionPayload.class - [JAR]

├─ com.theogayet.burb.models.notions.Notion.class - [JAR]

├─ com.theogayet.burb.models.notions.UpdateNotionPayload.class - [JAR]

com.theogayet.burb.models.application

├─ com.theogayet.burb.models.application.BurbEnvironment.class - [JAR]

├─ com.theogayet.burb.models.application.BurbJson.class - [JAR]

com.theogayet.burb.repositories.documents

├─ com.theogayet.burb.repositories.documents.DocumentsRemoteRepository.class - [JAR]

├─ com.theogayet.burb.repositories.documents.IDocumentsRemoteRepository.class - [JAR]

com.theogayet.burb.models.documents

├─ com.theogayet.burb.models.documents.CreateDocumentPayload.class - [JAR]

├─ com.theogayet.burb.models.documents.Document.class - [JAR]

├─ com.theogayet.burb.models.documents.DocumentType.class - [JAR]

├─ com.theogayet.burb.models.documents.UpdateDocumentPayload.class - [JAR]

com.theogayet.burb.client

├─ com.theogayet.burb.client.BurbClient.class - [JAR]

├─ com.theogayet.burb.client.IBurbClient.class - [JAR]

com.theogayet.burb.repositories.notions

├─ com.theogayet.burb.repositories.notions.INotionsRemoteRepository.class - [JAR]

├─ com.theogayet.burb.repositories.notions.NotionsRemoteRepository.class - [JAR]

com.theogayet.burb.repositories.subjects

├─ com.theogayet.burb.repositories.subjects.ISubjectsRemoteRepository.class - [JAR]

├─ com.theogayet.burb.repositories.subjects.SubjectsRemoteRepository.class - [JAR]