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 org.osgi.service.repository-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.osgi.service.repository
├─ org.osgi.service.repository.AndExpression.class - [JAR]
├─ org.osgi.service.repository.ContentNamespace.class - [JAR]
├─ org.osgi.service.repository.ExpressionCombiner.class - [JAR]
├─ org.osgi.service.repository.IdentityExpression.class - [JAR]
├─ org.osgi.service.repository.NotExpression.class - [JAR]
├─ org.osgi.service.repository.OrExpression.class - [JAR]
├─ org.osgi.service.repository.Repository.class - [JAR]
├─ org.osgi.service.repository.RepositoryContent.class - [JAR]
├─ org.osgi.service.repository.RequirementBuilder.class - [JAR]
├─ org.osgi.service.repository.RequirementExpression.class - [JAR]
├─ org.osgi.service.repository.package-info.class - [JAR]