License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.adedayo.eclipse.sdk |
ArtifactId | ArtifactIdorg.eclipse.jface.text |
Last Version | Last Version3.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.eclipse.jface.text
A packaging of the eclipse sdk org.eclipse.jface.text library.
|
Project URL |
Project URL |
Filename | Size |
---|---|
org.eclipse.jface.text-3.10.0.pom | |
org.eclipse.jface.text-3.10.0.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.adedayo.eclipse.sdk/org.eclipse.jface.text/ -->
<dependency>
<groupId>com.github.adedayo.eclipse.sdk</groupId>
<artifactId>org.eclipse.jface.text</artifactId>
<version>3.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.adedayo.eclipse.sdk/org.eclipse.jface.text/
implementation 'com.github.adedayo.eclipse.sdk:org.eclipse.jface.text:3.10.0'
// https://jarcasting.com/artifacts/com.github.adedayo.eclipse.sdk/org.eclipse.jface.text/
implementation ("com.github.adedayo.eclipse.sdk:org.eclipse.jface.text:3.10.0")
'com.github.adedayo.eclipse.sdk:org.eclipse.jface.text:jar:3.10.0'
<dependency org="com.github.adedayo.eclipse.sdk" name="org.eclipse.jface.text" rev="3.10.0">
<artifact name="org.eclipse.jface.text" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.adedayo.eclipse.sdk', module='org.eclipse.jface.text', version='3.10.0')
)
libraryDependencies += "com.github.adedayo.eclipse.sdk" % "org.eclipse.jface.text" % "3.10.0"
[com.github.adedayo.eclipse.sdk/org.eclipse.jface.text "3.10.0"]