Categories |
CategoriesMixin Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdio.github.wycst |
ArtifactId | ArtifactIdlight-mixin |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
light-mixin-0.0.1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.wycst/light-mixin/ -->
<dependency>
<groupId>io.github.wycst</groupId>
<artifactId>light-mixin</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.wycst/light-mixin/
implementation 'io.github.wycst:light-mixin:0.0.1'
// https://jarcasting.com/artifacts/io.github.wycst/light-mixin/
implementation ("io.github.wycst:light-mixin:0.0.1")
'io.github.wycst:light-mixin:pom:0.0.1'
<dependency org="io.github.wycst" name="light-mixin" rev="0.0.1">
<artifact name="light-mixin" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.wycst', module='light-mixin', version='0.0.1')
)
libraryDependencies += "io.github.wycst" % "light-mixin" % "0.0.1"
[io.github.wycst/light-mixin "0.0.1"]