GroupId | GroupIdcom.thoughtworks.feature |
---|---|
ArtifactId | ArtifactIdcaller_2.12 |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
caller_2.12-1.1.0.pom | |
caller_2.12-1.1.0.jar | 6 KB |
caller_2.12-1.1.0-sources.jar | 1 KB |
caller_2.12-1.1.0-javadoc.jar | 628 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.feature/caller_2.12/ -->
<dependency>
<groupId>com.thoughtworks.feature</groupId>
<artifactId>caller_2.12</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.feature/caller_2.12/
implementation 'com.thoughtworks.feature:caller_2.12:1.1.0'
// https://jarcasting.com/artifacts/com.thoughtworks.feature/caller_2.12/
implementation ("com.thoughtworks.feature:caller_2.12:1.1.0")
'com.thoughtworks.feature:caller_2.12:jar:1.1.0'
<dependency org="com.thoughtworks.feature" name="caller_2.12" rev="1.1.0">
<artifact name="caller_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.feature', module='caller_2.12', version='1.1.0')
)
libraryDependencies += "com.thoughtworks.feature" % "caller_2.12" % "1.1.0"
[com.thoughtworks.feature/caller_2.12 "1.1.0"]