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