jar

io.annot8 : annot8-core

Maven & Gradle

Mar 26, 2019
10 usages
1 stars

Annot8 Core · Core interfaces for the Annot8 project

Table Of Contents

Latest Version

Download io.annot8 : annot8-core JAR file - Latest Versions:

All Versions

Download io.annot8 : annot8-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.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 annot8-core-0.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.annot8.core.context

├─ io.annot8.core.context.Context.class - [JAR]

io.annot8.core.components.responses

├─ io.annot8.core.components.responses.ProcessorResponse.class - [JAR]

├─ io.annot8.core.components.responses.SourceResponse.class - [JAR]

io.annot8.core.references

├─ io.annot8.core.references.AnnotationReference.class - [JAR]

├─ io.annot8.core.references.GroupReference.class - [JAR]

io.annot8.core.bounds

├─ io.annot8.core.bounds.Bounds.class - [JAR]

io.annot8.core.helpers.builders

├─ io.annot8.core.helpers.builders.WithBuild.class - [JAR]

├─ io.annot8.core.helpers.builders.WithFromBuilder.class - [JAR]

├─ io.annot8.core.helpers.builders.WithIdBuilder.class - [JAR]

├─ io.annot8.core.helpers.builders.WithNewIdBuilder.class - [JAR]

├─ io.annot8.core.helpers.builders.WithPropertiesBuilder.class - [JAR]

├─ io.annot8.core.helpers.builders.WithSave.class - [JAR]

├─ io.annot8.core.helpers.builders.WithTypeBuilder.class - [JAR]

io.annot8.core.annotations

├─ io.annot8.core.annotations.Annotation.class - [JAR]

├─ io.annot8.core.annotations.Group.class - [JAR]

io.annot8.core.properties

├─ io.annot8.core.properties.ImmutableProperties.class - [JAR]

├─ io.annot8.core.properties.MutableProperties.class - [JAR]

├─ io.annot8.core.properties.Properties.class - [JAR]

io.annot8.core.settings

├─ io.annot8.core.settings.EmptySettings.class - [JAR]

├─ io.annot8.core.settings.Parameter.class - [JAR]

├─ io.annot8.core.settings.Settings.class - [JAR]

├─ io.annot8.core.settings.SettingsClass.class - [JAR]

├─ io.annot8.core.settings.SettingsClasses.class - [JAR]

io.annot8.core.helpers

├─ io.annot8.core.helpers.WithGroups.class - [JAR]

├─ io.annot8.core.helpers.WithId.class - [JAR]

├─ io.annot8.core.helpers.WithMutableProperties.class - [JAR]

├─ io.annot8.core.helpers.WithName.class - [JAR]

├─ io.annot8.core.helpers.WithProcessItem.class - [JAR]

├─ io.annot8.core.helpers.WithProperties.class - [JAR]

├─ io.annot8.core.helpers.WithType.class - [JAR]

io.annot8.core.stores

├─ io.annot8.core.stores.AnnotationStore.class - [JAR]

├─ io.annot8.core.stores.GroupStore.class - [JAR]

io.annot8.core.exceptions

├─ io.annot8.core.exceptions.AlreadyExistsException.class - [JAR]

├─ io.annot8.core.exceptions.Annot8Exception.class - [JAR]

├─ io.annot8.core.exceptions.Annot8RuntimeException.class - [JAR]

├─ io.annot8.core.exceptions.BadConfigurationException.class - [JAR]

├─ io.annot8.core.exceptions.IncompleteException.class - [JAR]

├─ io.annot8.core.exceptions.InvalidBoundsException.class - [JAR]

├─ io.annot8.core.exceptions.MissingResourceException.class - [JAR]

├─ io.annot8.core.exceptions.ProcessingException.class - [JAR]

├─ io.annot8.core.exceptions.UnsupportedContentException.class - [JAR]

io.annot8.core.capabilities

├─ io.annot8.core.capabilities.AnnotationCapability.class - [JAR]

├─ io.annot8.core.capabilities.Capabilities.class - [JAR]

├─ io.annot8.core.capabilities.ContentCapability.class - [JAR]

├─ io.annot8.core.capabilities.CreatesAnnotation.class - [JAR]

├─ io.annot8.core.capabilities.CreatesAnnotations.class - [JAR]

├─ io.annot8.core.capabilities.CreatesContent.class - [JAR]

├─ io.annot8.core.capabilities.CreatesContents.class - [JAR]

├─ io.annot8.core.capabilities.CreatesGroup.class - [JAR]

├─ io.annot8.core.capabilities.CreatesGroups.class - [JAR]

├─ io.annot8.core.capabilities.DeletesAnnotation.class - [JAR]

├─ io.annot8.core.capabilities.DeletesAnnotations.class - [JAR]

├─ io.annot8.core.capabilities.DeletesContent.class - [JAR]

├─ io.annot8.core.capabilities.DeletesContents.class - [JAR]

├─ io.annot8.core.capabilities.DeletesGroup.class - [JAR]

├─ io.annot8.core.capabilities.DeletesGroups.class - [JAR]

├─ io.annot8.core.capabilities.GroupCapability.class - [JAR]

├─ io.annot8.core.capabilities.ProcessesAnnotation.class - [JAR]

├─ io.annot8.core.capabilities.ProcessesAnnotations.class - [JAR]

├─ io.annot8.core.capabilities.ProcessesContent.class - [JAR]

├─ io.annot8.core.capabilities.ProcessesContents.class - [JAR]

├─ io.annot8.core.capabilities.ProcessesGroup.class - [JAR]

├─ io.annot8.core.capabilities.ProcessesGroups.class - [JAR]

├─ io.annot8.core.capabilities.ResourceCapability.class - [JAR]

├─ io.annot8.core.capabilities.UsesResource.class - [JAR]

├─ io.annot8.core.capabilities.UsesResources.class - [JAR]

io.annot8.core.components

├─ io.annot8.core.components.Annot8Component.class - [JAR]

├─ io.annot8.core.components.Processor.class - [JAR]

├─ io.annot8.core.components.Resource.class - [JAR]

├─ io.annot8.core.components.Source.class - [JAR]

io.annot8.core.data

├─ io.annot8.core.data.BaseItem.class - [JAR]

├─ io.annot8.core.data.Content.class - [JAR]

├─ io.annot8.core.data.Item.class - [JAR]

├─ io.annot8.core.data.ItemFactory.class - [JAR]

Advertisement

Dependencies from Group

Mar 22, 2022
36 usages
1 stars
Mar 20, 2022
22 usages
Mar 20, 2022
18 usages
2 stars
Mar 22, 2022
18 usages
Mar 22, 2022
17 usages
1 stars

Discover Dependencies

Dec 07, 2018
3 usages
25 stars
Apr 29, 2021
6 usages
Aug 18, 2023
9 usages
381 stars
May 25, 2015
5 usages
Oct 01, 2015
3 usages
Oct 17, 2017
3 usages
7 stars
Jun 08, 2020
6 usages
44 stars
Aug 25, 2023
8 usages
2.8k stars
Jul 03, 2015
2 usages
17 stars