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