jar

com.airsaid : okmock

Maven & Gradle

Sep 09, 2021
8 stars

OKMock · A Java mock tool, used to quickly auto-fill field data.

Table Of Contents

Latest Version

Download com.airsaid : okmock JAR file - Latest Versions:

All Versions

Download com.airsaid : okmock JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 okmock-1.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.airsaid.okmock.api

├─ com.airsaid.okmock.api.Mock.class - [JAR]

├─ com.airsaid.okmock.api.MockValue.class - [JAR]

com.airsaid.okmock

├─ com.airsaid.okmock.ArrayUtils.class - [JAR]

├─ com.airsaid.okmock.OKMock.class - [JAR]

├─ com.airsaid.okmock.OKMockConfig.class - [JAR]

├─ com.airsaid.okmock.RandomDataProvider.class - [JAR]

├─ com.airsaid.okmock.TypeUtils.class - [JAR]

Advertisement