jclasslib-browser
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.jclasslib</groupId> <artifactId>jclasslib-browser</artifactId> <version>6.1.0.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>org.jclasslib</groupId> <artifactId>jclasslib-browser</artifactId> <version>6.1.0.2</version> <name>jclasslib bytecode viewer</name> <description>jclasslib bytecode viewer is a tool that visualizes all aspects of compiled Java class files and the contained bytecode.</description> <url>https://github.com/ingokegel/jclasslib</url> <licenses> <license> <name>GPL Version 2.0</name> <url>https://www.gnu.org/licenses/gpl-2.0.html</url> </license> </licenses> <developers> <developer> <name>Ingo Kegel</name> <url>https://github.com/ingokegel/jclasslib</url> <organization>ej-technologies GmbH</organization> <organizationUrl>https://www.ej-technologies.com</organizationUrl> </developer> </developers> <scm> <connection>https://github.com/ingokegel/jclasslib</connection> <developerConnection>https://github.com/ingokegel/jclasslib</developerConnection> <url>https://github.com/ingokegel/jclasslib</url> </scm> <dependencies> <dependency> <groupId>org.jclasslib</groupId> <artifactId>jclasslib-agent</artifactId> <version>6.1.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jclasslib</groupId> <artifactId>jclasslib-data-jvm</artifactId> <version>6.1.0.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.21</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.install4j</groupId> <artifactId>install4j-runtime</artifactId> <version>10.0.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains</groupId> <artifactId>annotations</artifactId> <version>23.0.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.github.ingokegel</groupId> <artifactId>kotlinx.dom</artifactId> <version>0.0.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.miglayout</groupId> <artifactId>miglayout-swing</artifactId> <version>5.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.formdev</groupId> <artifactId>flatlaf</artifactId> <version>2.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.formdev</groupId> <artifactId>flatlaf-extras</artifactId> <version>2.6</version> <scope>runtime</scope> </dependency> </dependencies> </project>