GroupId | GroupIdcom.github.liancheng |
---|---|
ArtifactId | ArtifactIdorganize-imports_2.12 |
Version | Version0.1.1 |
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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liancheng/organize-imports_2.12/
implementation 'com.github.liancheng:organize-imports_2.12:0.1.1'
// https://jarcasting.com/artifacts/com.github.liancheng/organize-imports_2.12/
implementation ("com.github.liancheng:organize-imports_2.12:0.1.1")
'com.github.liancheng:organize-imports_2.12:jar:0.1.1'
<dependency org="com.github.liancheng" name="organize-imports_2.12" rev="0.1.1">
<artifact name="organize-imports_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liancheng', module='organize-imports_2.12', version='0.1.1')
)
libraryDependencies += "com.github.liancheng" % "organize-imports_2.12" % "0.1.1"
[com.github.liancheng/organize-imports_2.12 "0.1.1"]