jar

com.github.unipop-graph : unipop-rest

Maven & Gradle

Oct 10, 2017
188 stars

Unipop :: Rest Controllers

Table Of Contents

Latest Version

Download com.github.unipop-graph : unipop-rest JAR file - Latest Versions:

All Versions

Download com.github.unipop-graph : unipop-rest JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.2

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 unipop-rest-0.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.unipop.rest

├─ org.unipop.rest.RestController.class - [JAR]

├─ org.unipop.rest.RestEdgeSchema.class - [JAR]

├─ org.unipop.rest.RestSchema.class - [JAR]

├─ org.unipop.rest.RestSourceProvider.class - [JAR]

├─ org.unipop.rest.RestVertexSchema.class - [JAR]

test

├─ test.RestGraphProvider.class - [JAR]

org.unipop.rest.schema

├─ org.unipop.rest.schema.AbstractRestSchema.class - [JAR]

├─ org.unipop.rest.schema.RestEdge.class - [JAR]

├─ org.unipop.rest.schema.RestVertex.class - [JAR]

org.unipop.rest.util

├─ org.unipop.rest.util.MatcherHolder.class - [JAR]

├─ org.unipop.rest.util.PredicatesTranslator.class - [JAR]

├─ org.unipop.rest.util.TemplateHolder.class - [JAR]

├─ org.unipop.rest.util.TemplateRequest.class - [JAR]

org.unipop.rest.util.matchers

├─ org.unipop.rest.util.matchers.KeyMatcher.class - [JAR]

├─ org.unipop.rest.util.matchers.Matcher.class - [JAR]

├─ org.unipop.rest.util.matchers.MultiOpMatcher.class - [JAR]

├─ org.unipop.rest.util.matchers.OpMatcher.class - [JAR]

Advertisement