jar

org.progressify : progressify-spring

Maven & Gradle

Aug 26, 2019
2 stars

progressify-spring · A build tool that can dynamically generate a javascript service worker for a Spring Web application

Table Of Contents

Latest Version

Download org.progressify : progressify-spring JAR file - Latest Versions:

All Versions

Download org.progressify : progressify-spring JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.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 progressify-spring-0.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.progressify.spring.processors

├─ org.progressify.spring.processors.BaseProcessor.class - [JAR]

├─ org.progressify.spring.processors.ConfigProcessor.class - [JAR]

├─ org.progressify.spring.processors.ConfigResult.class - [JAR]

├─ org.progressify.spring.processors.PreCacheProcessor.class - [JAR]

├─ org.progressify.spring.processors.PreCacheResult.class - [JAR]

├─ org.progressify.spring.processors.ProcessorFactory.class - [JAR]

├─ org.progressify.spring.processors.Result.class - [JAR]

├─ org.progressify.spring.processors.StrategyProcessor.class - [JAR]

├─ org.progressify.spring.processors.StrategyResult.class - [JAR]

org.progressify.spring.jsbuilder

├─ org.progressify.spring.jsbuilder.Builder.class - [JAR]

├─ org.progressify.spring.jsbuilder.Comment.class - [JAR]

├─ org.progressify.spring.jsbuilder.ImportStatement.class - [JAR]

├─ org.progressify.spring.jsbuilder.PreCacheStatement.class - [JAR]

├─ org.progressify.spring.jsbuilder.RegisterRouteStatement.class - [JAR]

├─ org.progressify.spring.jsbuilder.Statement.class - [JAR]

org.progressify.spring

├─ org.progressify.spring.PWAProcessor.class - [JAR]

org.progressify.spring.util

├─ org.progressify.spring.util.Constants.class - [JAR]

org.progressify.spring.annotations

├─ org.progressify.spring.annotations.CacheFirst.class - [JAR]

├─ org.progressify.spring.annotations.CacheOnly.class - [JAR]

├─ org.progressify.spring.annotations.NetworkFirst.class - [JAR]

├─ org.progressify.spring.annotations.NetworkOnly.class - [JAR]

├─ org.progressify.spring.annotations.PWA.class - [JAR]

├─ org.progressify.spring.annotations.PreCache.class - [JAR]

├─ org.progressify.spring.annotations.StaleWhileRevalidate.class - [JAR]