Categories |
CategoriesMixin Application Layer Libs Bytecode Manipulation |
---|---|
GroupId | GroupIdcom.thoughtworks.feature |
ArtifactId | ArtifactIdmixin_2.11 |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
mixin_2.11-2.1.1.pom | |
mixin_2.11-2.1.1.jar | 5 KB |
mixin_2.11-2.1.1-sources.jar | 1 KB |
mixin_2.11-2.1.1-javadoc.jar | 520 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.feature/mixin_2.11/ -->
<dependency>
<groupId>com.thoughtworks.feature</groupId>
<artifactId>mixin_2.11</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.feature/mixin_2.11/
implementation 'com.thoughtworks.feature:mixin_2.11:2.1.1'
// https://jarcasting.com/artifacts/com.thoughtworks.feature/mixin_2.11/
implementation ("com.thoughtworks.feature:mixin_2.11:2.1.1")
'com.thoughtworks.feature:mixin_2.11:jar:2.1.1'
<dependency org="com.thoughtworks.feature" name="mixin_2.11" rev="2.1.1">
<artifact name="mixin_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.feature', module='mixin_2.11', version='2.1.1')
)
libraryDependencies += "com.thoughtworks.feature" % "mixin_2.11" % "2.1.1"
[com.thoughtworks.feature/mixin_2.11 "2.1.1"]