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 nlpcraft-example-time-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.nlpcraft.examples.time.utils.cities
├─ org.apache.nlpcraft.examples.time.utils.cities.CitiesDataProvider.class - [JAR]
├─ org.apache.nlpcraft.examples.time.utils.cities.City.class - [JAR]
├─ org.apache.nlpcraft.examples.time.utils.cities.CityData.class - [JAR]
org.apache.nlpcraft.examples.time
├─ org.apache.nlpcraft.examples.time.TimeModel.class - [JAR]
org.apache.nlpcraft.examples.time.utils.keycdn
├─ org.apache.nlpcraft.examples.time.utils.keycdn.GeoManager.class - [JAR]
├─ org.apache.nlpcraft.examples.time.utils.keycdn.Response.class - [JAR]
├─ org.apache.nlpcraft.examples.time.utils.keycdn.ResponseData.class - [JAR]
├─ org.apache.nlpcraft.examples.time.utils.keycdn.ResponseGeoData.class - [JAR]