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