jar

org.secnod.jsrlib : jsrlib

Maven & Gradle

Jun 03, 2023
0 stars

Jsrlib · Jsrlib is a software library that acts as a librarian for Java Specification Requests (JSRs). It can query JSRs by for instance the Java packages they specify, and it can also download JSRs by screen scraping <https://wwww.jcp.org>.

Table Of Contents

Latest Version

Download org.secnod.jsrlib : jsrlib JAR file - Latest Versions:

All Versions

Download org.secnod.jsrlib : jsrlib 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 jsrlib-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.secnod.jsr

├─ org.secnod.jsr.Jsr.class - [JAR]

├─ org.secnod.jsr.JsrId.class - [JAR]

├─ org.secnod.jsr.JsrMetadata.class - [JAR]

├─ org.secnod.jsr.JsrStatus.class - [JAR]

org.secnod.jsr.index

├─ org.secnod.jsr.index.IndexEntry.class - [JAR]

├─ org.secnod.jsr.index.JsrIndex.class - [JAR]

├─ org.secnod.jsr.index.Lineage.class - [JAR]

org.secnod.jsr.store

├─ org.secnod.jsr.store.JsrDataStore.class - [JAR]

├─ org.secnod.jsr.store.JsrMetadataStore.class - [JAR]

├─ org.secnod.jsr.store.JsrStore.class - [JAR]

org.secnod.jsr.util

├─ org.secnod.jsr.util.FileUtils.class - [JAR]

├─ org.secnod.jsr.util.FilenameUtils.class - [JAR]

├─ org.secnod.jsr.util.StringUtils.class - [JAR]

org.secnod.jsr.screenscraper

├─ org.secnod.jsr.screenscraper.DownloadedFile.class - [JAR]

├─ org.secnod.jsr.screenscraper.JsrDownloadScreenScraper.class - [JAR]

├─ org.secnod.jsr.screenscraper.JsrMetadataScreenScraper.class - [JAR]

├─ org.secnod.jsr.screenscraper.JsrZipFileInspector.class - [JAR]

├─ org.secnod.jsr.screenscraper.ScreenScrapeException.class - [JAR]

├─ org.secnod.jsr.screenscraper.UrlFetcher.class - [JAR]

org.secnod.jsr.cli

├─ org.secnod.jsr.cli.Tool.class - [JAR]

Advertisement