License |
License |
---|---|
Categories |
CategoriesMixin Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdio.devcon5 |
ArtifactId | ArtifactIdmixin |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmixin
Small module to support dynamic mixins in Java.
|
Project Organization |
Project OrganizationDevCon5 GmbH |
Filename | Size |
---|---|
mixin-1.4.pom | |
mixin-1.4.jar | 7 KB |
mixin-1.4-sources.jar | 3 KB |
mixin-1.4-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.devcon5/mixin/ -->
<dependency>
<groupId>io.devcon5</groupId>
<artifactId>mixin</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.devcon5/mixin/
implementation 'io.devcon5:mixin:1.4'
// https://jarcasting.com/artifacts/io.devcon5/mixin/
implementation ("io.devcon5:mixin:1.4")
'io.devcon5:mixin:jar:1.4'
<dependency org="io.devcon5" name="mixin" rev="1.4">
<artifact name="mixin" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.devcon5', module='mixin', version='1.4')
)
libraryDependencies += "io.devcon5" % "mixin" % "1.4"
[io.devcon5/mixin "1.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-all | jar | 1.10.19 |
org.hamcrest : hamcrest-all | jar | 1.3 |