GroupId | GroupIdcom.github.pshirshov.izumi.legacy |
---|---|
ArtifactId | ArtifactIdcommons-util_2.11 |
Version | Version1.3.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.pshirshov.izumi.legacy/commons-util_2.11/ -->
<dependency>
<groupId>com.github.pshirshov.izumi.legacy</groupId>
<artifactId>commons-util_2.11</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pshirshov.izumi.legacy/commons-util_2.11/
implementation 'com.github.pshirshov.izumi.legacy:commons-util_2.11:1.3.6'
// https://jarcasting.com/artifacts/com.github.pshirshov.izumi.legacy/commons-util_2.11/
implementation ("com.github.pshirshov.izumi.legacy:commons-util_2.11:1.3.6")
'com.github.pshirshov.izumi.legacy:commons-util_2.11:jar:1.3.6'
<dependency org="com.github.pshirshov.izumi.legacy" name="commons-util_2.11" rev="1.3.6">
<artifact name="commons-util_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pshirshov.izumi.legacy', module='commons-util_2.11', version='1.3.6')
)
libraryDependencies += "com.github.pshirshov.izumi.legacy" % "commons-util_2.11" % "1.3.6"
[com.github.pshirshov.izumi.legacy/commons-util_2.11 "1.3.6"]