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