unlok
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>me.xtrm</groupId> <artifactId>unlok</artifactId> <version>0.4.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>me.xtrm</groupId> <artifactId>unlok</artifactId> <version>0.4.2</version> <name>unlok</name> <description>Unlock your JVM, access any field or method without Reflection.</description> <url>https://github.com/xtrm-en/unlok</url> <licenses> <license> <name>ISC License</name> <url>https://opensource.org/licenses/ISC</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>xtrm</id> <name>xtrm</name> </developer> <developer> <id>lambdagg</id> <name>lambdagg</name> </developer> </developers> <scm> <connection>scm:git:git://github.com/xtrm-en/unlok.git</connection> <developerConnection>scm:git:ssh://github.com/xtrm-en/unlok.git</developerConnection> <url>https://github.com/xtrm-en/unlok</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.6.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-reflect</artifactId> <version>1.6.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>fr.stardustenterprises</groupId> <artifactId>unsafe</artifactId> <version>1.7.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> <version>9.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-tree</artifactId> <version>9.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>codes.som.anthony</groupId> <artifactId>koffee</artifactId> <version>8.0.2</version> <scope>runtime</scope> </dependency> </dependencies> </project>