Skip to content

✏️ (WIP) A fluent open-source Kotlin aspect-oriented Java bytecode modification framework.

License

Notifications You must be signed in to change notification settings

MizuSoftware/aspekt

Repository files navigation

✏️ Aspekt Build Maven Central

A fluent open-source Kotlin aspect-oriented Java bytecode modification framework.

Importing

You can import aspekt from Maven Central by adding it to your dependencies block.

Gradle

repositories {
    mavenCentral()
}

dependencies {
    implementation("wtf.mizu:aspekt:0.1.0")
}

Maven

<dependency>
    <groupId>wtf.mizu</groupId>
    <artifactId>aspekt</artifactId>
    <version>0.1.0</version>
</dependency>

Troubleshooting

If you encounter any kind of problem related to this library, you can open an issue describing what's up. We ask you to be as precise as you can, so that our developers can help you as fast as possible.

Non-project-related issues will most likely be closed without further ado.

Contributing

You can contribute to this project by forking it, making your changes, and creating a new pull request.

You have to be as precise as possible while doing it though, describing in the commits (or PR description) what you're changing, why and how.

Licensing

This project is licensed under the ISC license.