jar

com.toomasr : sgf4j-parser

Maven & Gradle

Nov 27, 2019
29 stars

SGF Parser for Java · Parse SGF files in Java.

Table Of Contents

Latest Version

Download com.toomasr : sgf4j-parser JAR file - Latest Versions:

All Versions

Download com.toomasr : sgf4j-parser 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 sgf4j-parser-0.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.toomasr.sgf4j.parser

├─ com.toomasr.sgf4j.parser.Game.class - [JAR]

├─ com.toomasr.sgf4j.parser.GameNode.class - [JAR]

├─ com.toomasr.sgf4j.parser.MoveTimingInfo.class - [JAR]

├─ com.toomasr.sgf4j.parser.Util.class - [JAR]

├─ com.toomasr.sgf4j.parser.VisualDepthHelper.class - [JAR]

com.toomasr.sgf4j.util

├─ com.toomasr.sgf4j.util.FindAndParse.class - [JAR]

├─ com.toomasr.sgf4j.util.FindDuplicates.class - [JAR]

├─ com.toomasr.sgf4j.util.SgfCompare.class - [JAR]

com.toomasr.sgf4j.board

├─ com.toomasr.sgf4j.board.BoardListener.class - [JAR]

├─ com.toomasr.sgf4j.board.Group.class - [JAR]

├─ com.toomasr.sgf4j.board.Square.class - [JAR]

├─ com.toomasr.sgf4j.board.StoneState.class - [JAR]

├─ com.toomasr.sgf4j.board.VirtualBoard.class - [JAR]

com.toomasr.sgf4j

├─ com.toomasr.sgf4j.Parser.class - [JAR]

├─ com.toomasr.sgf4j.Sgf.class - [JAR]

├─ com.toomasr.sgf4j.SgfParseException.class - [JAR]

├─ com.toomasr.sgf4j.SgfProperties.class - [JAR]