| GroupId | GroupIdcom.thoughtworks.each |
|---|---|
| ArtifactId | ArtifactIdeach_2.12 |
| Version | Version3.3.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| each_2.12-3.3.1.pom | |
| each_2.12-3.3.1.jar | 47 KB |
| each_2.12-3.3.1-sources.jar | 4 KB |
| each_2.12-3.3.1-javadoc.jar | 700 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.each/each_2.12/ -->
<dependency>
<groupId>com.thoughtworks.each</groupId>
<artifactId>each_2.12</artifactId>
<version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.each/each_2.12/
implementation 'com.thoughtworks.each:each_2.12:3.3.1'
// https://jarcasting.com/artifacts/com.thoughtworks.each/each_2.12/
implementation ("com.thoughtworks.each:each_2.12:3.3.1")
'com.thoughtworks.each:each_2.12:jar:3.3.1'
<dependency org="com.thoughtworks.each" name="each_2.12" rev="3.3.1">
<artifact name="each_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.each', module='each_2.12', version='3.3.1')
)
libraryDependencies += "com.thoughtworks.each" % "each_2.12" % "3.3.1"
[com.thoughtworks.each/each_2.12 "3.3.1"]