GroupId | GroupIdcom.kubukoz |
---|---|
ArtifactId | ArtifactIdbetter-tostring_2.12.11 |
Version | Version0.2.3 |
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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.kubukoz/better-tostring_2.12.11/
implementation 'com.kubukoz:better-tostring_2.12.11:0.2.3'
// https://jarcasting.com/artifacts/com.kubukoz/better-tostring_2.12.11/
implementation ("com.kubukoz:better-tostring_2.12.11:0.2.3")
'com.kubukoz:better-tostring_2.12.11:jar:0.2.3'
<dependency org="com.kubukoz" name="better-tostring_2.12.11" rev="0.2.3">
<artifact name="better-tostring_2.12.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kubukoz', module='better-tostring_2.12.11', version='0.2.3')
)
libraryDependencies += "com.kubukoz" % "better-tostring_2.12.11" % "0.2.3"
[com.kubukoz/better-tostring_2.12.11 "0.2.3"]