| GroupId | GroupIdcom.thoughtworks.binding |
|---|---|
| ArtifactId | ArtifactIdsafebuffer_2.13 |
| Version | Version12.0.0-M0+2-2c1f22ab |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thoughtworks.binding/safebuffer_2.13/ -->
<dependency>
<groupId>com.thoughtworks.binding</groupId>
<artifactId>safebuffer_2.13</artifactId>
<version>12.0.0-M0+2-2c1f22ab</version>
</dependency>
// https://jarcasting.com/artifacts/com.thoughtworks.binding/safebuffer_2.13/
implementation 'com.thoughtworks.binding:safebuffer_2.13:12.0.0-M0+2-2c1f22ab'
// https://jarcasting.com/artifacts/com.thoughtworks.binding/safebuffer_2.13/
implementation ("com.thoughtworks.binding:safebuffer_2.13:12.0.0-M0+2-2c1f22ab")
'com.thoughtworks.binding:safebuffer_2.13:jar:12.0.0-M0+2-2c1f22ab'
<dependency org="com.thoughtworks.binding" name="safebuffer_2.13" rev="12.0.0-M0+2-2c1f22ab">
<artifact name="safebuffer_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thoughtworks.binding', module='safebuffer_2.13', version='12.0.0-M0+2-2c1f22ab')
)
libraryDependencies += "com.thoughtworks.binding" % "safebuffer_2.13" % "12.0.0-M0+2-2c1f22ab"
[com.thoughtworks.binding/safebuffer_2.13 "12.0.0-M0+2-2c1f22ab"]