GroupId | GroupIdcom.thoughtworks.feature |
---|---|
ArtifactId | ArtifactIdglb_2.12 |
Version | Version2.3.0+128-9541d670 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.feature/glb_2.12/ -->
<dependency>
<groupId>com.thoughtworks.feature</groupId>
<artifactId>glb_2.12</artifactId>
<version>2.3.0+128-9541d670</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.feature/glb_2.12/
implementation 'com.thoughtworks.feature:glb_2.12:2.3.0+128-9541d670'
// https://jarcasting.com/artifacts/com.thoughtworks.feature/glb_2.12/
implementation ("com.thoughtworks.feature:glb_2.12:2.3.0+128-9541d670")
'com.thoughtworks.feature:glb_2.12:jar:2.3.0+128-9541d670'
<dependency org="com.thoughtworks.feature" name="glb_2.12" rev="2.3.0+128-9541d670">
<artifact name="glb_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.feature', module='glb_2.12', version='2.3.0+128-9541d670')
)
libraryDependencies += "com.thoughtworks.feature" % "glb_2.12" % "2.3.0+128-9541d670"
[com.thoughtworks.feature/glb_2.12 "2.3.0+128-9541d670"]