| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdcom.thoughtworks.feature |
| ArtifactId | ArtifactIdoverride_2.12 |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| override_2.12-1.0.0.pom | |
| override_2.12-1.0.0.jar | 32 KB |
| override_2.12-1.0.0-sources.jar | 3 KB |
| override_2.12-1.0.0-javadoc.jar | 634 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.feature/override_2.12/ -->
<dependency>
<groupId>com.thoughtworks.feature</groupId>
<artifactId>override_2.12</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.feature/override_2.12/
implementation 'com.thoughtworks.feature:override_2.12:1.0.0'
// https://jarcasting.com/artifacts/com.thoughtworks.feature/override_2.12/
implementation ("com.thoughtworks.feature:override_2.12:1.0.0")
'com.thoughtworks.feature:override_2.12:jar:1.0.0'
<dependency org="com.thoughtworks.feature" name="override_2.12" rev="1.0.0">
<artifact name="override_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.feature', module='override_2.12', version='1.0.0')
)
libraryDependencies += "com.thoughtworks.feature" % "override_2.12" % "1.0.0"
[com.thoughtworks.feature/override_2.12 "1.0.0"]