| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.eclipse.wst.common |
| ArtifactId | ArtifactIdcore |
| Last Version | Last Version1.1.101-v200706120315 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWST Common Core Plug-in
|
| Filename | Size |
|---|---|
| core-1.1.101-v200706120315.pom | |
| core-1.1.101-v200706120315.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.wst.common/core/ -->
<dependency>
<groupId>org.eclipse.wst.common</groupId>
<artifactId>core</artifactId>
<version>1.1.101-v200706120315</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.wst.common/core/
implementation 'org.eclipse.wst.common:core:1.1.101-v200706120315'
// https://jarcasting.com/artifacts/org.eclipse.wst.common/core/
implementation ("org.eclipse.wst.common:core:1.1.101-v200706120315")
'org.eclipse.wst.common:core:jar:1.1.101-v200706120315'
<dependency org="org.eclipse.wst.common" name="core" rev="1.1.101-v200706120315">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.wst.common', module='core', version='1.1.101-v200706120315')
)
libraryDependencies += "org.eclipse.wst.common" % "core" % "1.1.101-v200706120315"
[org.eclipse.wst.common/core "1.1.101-v200706120315"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.eclipse.core : runtime | jar | [3.2.0,3.4.0) |
| org.eclipse.core : resources | jar | [3.2.0,3.4.0) |
| org.eclipse.core : expressions | jar | [3.2.0,3.4.0) |