GroupId | GroupIdcom.github.liancheng |
---|---|
ArtifactId | ArtifactIdorganize-imports_2.13 |
Version | Version0.4.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.liancheng/organize-imports_2.13/ -->
<dependency>
<groupId>com.github.liancheng</groupId>
<artifactId>organize-imports_2.13</artifactId>
<version>0.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liancheng/organize-imports_2.13/
implementation 'com.github.liancheng:organize-imports_2.13:0.4.3'
// https://jarcasting.com/artifacts/com.github.liancheng/organize-imports_2.13/
implementation ("com.github.liancheng:organize-imports_2.13:0.4.3")
'com.github.liancheng:organize-imports_2.13:jar:0.4.3'
<dependency org="com.github.liancheng" name="organize-imports_2.13" rev="0.4.3">
<artifact name="organize-imports_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liancheng', module='organize-imports_2.13', version='0.4.3')
)
libraryDependencies += "com.github.liancheng" % "organize-imports_2.13" % "0.4.3"
[com.github.liancheng/organize-imports_2.13 "0.4.3"]