| License | License | 
|---|---|
| Categories | CategoriesIntelliJ IDEA Development Tools IDE Ant Build Tools | 
| GroupId | GroupIdcom.github.adedayo.intellij.sdk | 
| ArtifactId | ArtifactIdantlayout | 
| Last Version | Last Version142.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionantlayout A packaging of the IntelliJ Community Edition antlayout library.
    This is release number 1 of trunk branch 142. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| antlayout-142.1.pom | |
| antlayout-142.1.jar | 23 KB | 
| antlayout-142.1-sources.jar | 17 KB | 
| antlayout-142.1-javadoc.jar | 116 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/antlayout/ -->
<dependency>
    <groupId>com.github.adedayo.intellij.sdk</groupId>
    <artifactId>antlayout</artifactId>
    <version>142.1</version>
</dependency>// https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/antlayout/
implementation 'com.github.adedayo.intellij.sdk:antlayout:142.1'// https://jarcasting.com/artifacts/com.github.adedayo.intellij.sdk/antlayout/
implementation ("com.github.adedayo.intellij.sdk:antlayout:142.1")'com.github.adedayo.intellij.sdk:antlayout:jar:142.1'<dependency org="com.github.adedayo.intellij.sdk" name="antlayout" rev="142.1">
  <artifact name="antlayout" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.adedayo.intellij.sdk', module='antlayout', version='142.1')
)libraryDependencies += "com.github.adedayo.intellij.sdk" % "antlayout" % "142.1"[com.github.adedayo.intellij.sdk/antlayout "142.1"]