opensesame-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>dev.lukebemish.opensesame</groupId> <artifactId>opensesame-core</artifactId> <version>0.6.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" 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>dev.lukebemish.opensesame</groupId> <artifactId>opensesame-core</artifactId> <version>0.6.2</version> <name>OpenSesame - Core</name> <description>Core annotations and runtime metafactory used for OpenSesame, a tool for typesafe access to normally inaccessible members</description> <url>https://github.com/lukebemishprojects/OpenSesame</url> <inceptionYear>2023</inceptionYear> <licenses> <license> <url>https://opensource.org/license/bsd-3-clause/</url> </license> </licenses> <developers> <developer> <id>lukebemish</id> <email>lukebemish@lukebemish.dev</email> <url>https://github.com/lukebemish/</url> </developer> </developers> <scm> <connection>scm:git:git://github.com/lukebemishprojects/OpenSesame.git</connection> <developerConnection>scm:git:ssh://github.com/lukebemishprojects/OpenSesame.git</developerConnection> <url>https://github.com/lukebemishprojects/OpenSesame</url> </scm> <dependencies> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> <version>9.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-commons</artifactId> <version>9.6</version> <scope>runtime</scope> </dependency> </dependencies> </project>