| License | License | 
|---|---|
| Categories | CategoriesEclipse Development Tools IDE CLI User Interface ORM Data | 
| GroupId | GroupIdorg.eclipse.jdt | 
| ArtifactId | ArtifactIdorg.eclipse.jdt.core.formatterapp | 
| Last Version | Last Version1.1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionJava Development Tools Formatter Application Java Development Tools Formatter Application | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.eclipse.jdt/org.eclipse.jdt.core.formatterapp/ -->
<dependency>
    <groupId>org.eclipse.jdt</groupId>
    <artifactId>org.eclipse.jdt.core.formatterapp</artifactId>
    <version>1.1.0</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.jdt/org.eclipse.jdt.core.formatterapp/
implementation 'org.eclipse.jdt:org.eclipse.jdt.core.formatterapp:1.1.0'// https://jarcasting.com/artifacts/org.eclipse.jdt/org.eclipse.jdt.core.formatterapp/
implementation ("org.eclipse.jdt:org.eclipse.jdt.core.formatterapp:1.1.0")'org.eclipse.jdt:org.eclipse.jdt.core.formatterapp:jar:1.1.0'<dependency org="org.eclipse.jdt" name="org.eclipse.jdt.core.formatterapp" rev="1.1.0">
  <artifact name="org.eclipse.jdt.core.formatterapp" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.jdt', module='org.eclipse.jdt.core.formatterapp', version='1.1.0')
)libraryDependencies += "org.eclipse.jdt" % "org.eclipse.jdt.core.formatterapp" % "1.1.0"[org.eclipse.jdt/org.eclipse.jdt.core.formatterapp "1.1.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.eclipse.jdt : org.eclipse.jdt.core | jar | [3.27.0,4.0.0) | 
| org.eclipse.platform : org.eclipse.core.runtime | jar | [0.0,) | 
| org.eclipse.platform : org.eclipse.core.resources | jar | [3.13.700,4.0.0) |