jar

io.github.penghaojie : btools

Maven & Gradle

Jun 30, 2021
3 stars

btools · a building tool for record compiling info e.g. compile-time、java-version、os-name

Table Of Contents

Latest Version

Download io.github.penghaojie : btools JAR file - Latest Versions:

All Versions

Download io.github.penghaojie : btools JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
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 btools-1.2.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.penghaojie.btool.processor

├─ io.github.penghaojie.btool.processor.CodeGenerator.class - [JAR]

├─ io.github.penghaojie.btool.processor.GenerateBuildingInfoProcessor.class - [JAR]

io.github.penghaojie.btool.model

├─ io.github.penghaojie.btool.model.BuildingInfo.class - [JAR]

io.github.penghaojie.btool.util

├─ io.github.penghaojie.btool.util.BToolUtils.class - [JAR]

io.github.penghaojie.btool.exception

├─ io.github.penghaojie.btool.exception.BToolException.class - [JAR]

io.github.penghaojie.btool.annotation

├─ io.github.penghaojie.btool.annotation.GenerateBuildingInfoController.class - [JAR]

├─ io.github.penghaojie.btool.annotation.GenerateBuildingInfoService.class - [JAR]

io.github.penghaojie.btool.service

├─ io.github.penghaojie.btool.service.BuildingInfoService.class - [JAR]