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