GroupId | GroupIdcom.kubukoz |
---|---|
ArtifactId | ArtifactIdbetter-tostring_2.12.11 |
Version | Version0.2.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.kubukoz/better-tostring_2.12.11/ -->
<dependency>
<groupId>com.kubukoz</groupId>
<artifactId>better-tostring_2.12.11</artifactId>
<version>0.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.kubukoz/better-tostring_2.12.11/
implementation 'com.kubukoz:better-tostring_2.12.11:0.2.6'
// https://jarcasting.com/artifacts/com.kubukoz/better-tostring_2.12.11/
implementation ("com.kubukoz:better-tostring_2.12.11:0.2.6")
'com.kubukoz:better-tostring_2.12.11:jar:0.2.6'
<dependency org="com.kubukoz" name="better-tostring_2.12.11" rev="0.2.6">
<artifact name="better-tostring_2.12.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kubukoz', module='better-tostring_2.12.11', version='0.2.6')
)
libraryDependencies += "com.kubukoz" % "better-tostring_2.12.11" % "0.2.6"
[com.kubukoz/better-tostring_2.12.11 "0.2.6"]