View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window statsd-2023.19.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.avito.android.stats
├─ com.avito.android.stats.CountMetric.class - [JAR]
├─ com.avito.android.stats.GaugeDoubleMetric.class - [JAR]
├─ com.avito.android.stats.GaugeLongMetric.class - [JAR]
├─ com.avito.android.stats.StatsDConfig.class - [JAR]
├─ com.avito.android.stats.StatsDSender.class - [JAR]
├─ com.avito.android.stats.StatsDSenderImpl.class - [JAR]
├─ com.avito.android.stats.StatsDSenderKt.class - [JAR]
├─ com.avito.android.stats.StatsDSenderWithPrefix.class - [JAR]
├─ com.avito.android.stats.StatsMetric.class - [JAR]
├─ com.avito.android.stats.TimeMetric.class - [JAR]