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 semantickernel-core-skills-0.2.7-alpha.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.microsoft.semantickernel.text
├─ com.microsoft.semantickernel.text.TextChunker.class - [JAR]
com.microsoft.semantickernel.coreskills
├─ com.microsoft.semantickernel.coreskills.ConversationSummarySkill.class - [JAR]
├─ com.microsoft.semantickernel.coreskills.FileIOSkill.class - [JAR]
├─ com.microsoft.semantickernel.coreskills.HttpSkill.class - [JAR]
├─ com.microsoft.semantickernel.coreskills.MathSkill.class - [JAR]
├─ com.microsoft.semantickernel.coreskills.SemanticFunctionConstants.class - [JAR]
├─ com.microsoft.semantickernel.coreskills.TextMemorySkill.class - [JAR]
├─ com.microsoft.semantickernel.coreskills.TextSkill.class - [JAR]
├─ com.microsoft.semantickernel.coreskills.TimeSkill.class - [JAR]
├─ com.microsoft.semantickernel.coreskills.WaitSkill.class - [JAR]