View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window annot8-common-data-1.2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.annot8.common.data.bounds
├─ io.annot8.common.data.bounds.AbstractCellBounds.class - [JAR]
├─ io.annot8.common.data.bounds.CellBounds.class - [JAR]
├─ io.annot8.common.data.bounds.ContentBounds.class - [JAR]
├─ io.annot8.common.data.bounds.MultiCellBounds.class - [JAR]
├─ io.annot8.common.data.bounds.MultiCellData.class - [JAR]
├─ io.annot8.common.data.bounds.NoBounds.class - [JAR]
├─ io.annot8.common.data.bounds.PositionBounds.class - [JAR]
├─ io.annot8.common.data.bounds.RectangleBounds.class - [JAR]
├─ io.annot8.common.data.bounds.SpanBounds.class - [JAR]
io.annot8.common.data.utils
├─ io.annot8.common.data.utils.SortUtils.class - [JAR]
io.annot8.common.data.properties
├─ io.annot8.common.data.properties.EmptyImmutableProperties.class - [JAR]
io.annot8.common.data.content
├─ io.annot8.common.data.content.Audio.class - [JAR]
├─ io.annot8.common.data.content.ColumnMetadata.class - [JAR]
├─ io.annot8.common.data.content.DefaultRow.class - [JAR]
├─ io.annot8.common.data.content.FileContent.class - [JAR]
├─ io.annot8.common.data.content.Image.class - [JAR]
├─ io.annot8.common.data.content.InputStreamContent.class - [JAR]
├─ io.annot8.common.data.content.Row.class - [JAR]
├─ io.annot8.common.data.content.Table.class - [JAR]
├─ io.annot8.common.data.content.TableContent.class - [JAR]
├─ io.annot8.common.data.content.TableMetadata.class - [JAR]
├─ io.annot8.common.data.content.Text.class - [JAR]
├─ io.annot8.common.data.content.UriContent.class - [JAR]
io.annot8.common.data.tuple
├─ io.annot8.common.data.tuple.Tuple.class - [JAR]
├─ io.annot8.common.data.tuple.Tuple1.class - [JAR]
├─ io.annot8.common.data.tuple.Tuple2.class - [JAR]
├─ io.annot8.common.data.tuple.Tuple3.class - [JAR]