is not current version
Last Version 2.0.0

com.thoughtworks.example:example_2.11 1.0.1

example

GroupId

GroupId

com.thoughtworks.example
ArtifactId

ArtifactId

example_2.11
Version

Version

1.0.1
Type

Type

jar

Download example_2.11 1.0.1


<!-- https://jarcasting.com/artifacts/com.thoughtworks.example/example_2.11/ -->
<dependency>
    <groupId>com.thoughtworks.example</groupId>
    <artifactId>example_2.11</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.example/example_2.11/
implementation 'com.thoughtworks.example:example_2.11:1.0.1'
// https://jarcasting.com/artifacts/com.thoughtworks.example/example_2.11/
implementation ("com.thoughtworks.example:example_2.11:1.0.1")
'com.thoughtworks.example:example_2.11:jar:1.0.1'
<dependency org="com.thoughtworks.example" name="example_2.11" rev="1.0.1">
  <artifact name="example_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.example', module='example_2.11', version='1.0.1')
)
libraryDependencies += "com.thoughtworks.example" % "example_2.11" % "1.0.1"
[com.thoughtworks.example/example_2.11 "1.0.1"]