is not current version
Last Version 1.7.100

org.eclipse.platform:org.eclipse.e4.core.di.annotations 1.6.200

Eclipse Dependency Injection Annotations

Categories

Categories

CLI User Interface ORM Data
GroupId

GroupId

org.eclipse.platform
ArtifactId

ArtifactId

org.eclipse.e4.core.di.annotations
Version

Version

1.6.200
Type

Type

jar

Download org.eclipse.e4.core.di.annotations 1.6.200


<!-- https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.e4.core.di.annotations/ -->
<dependency>
    <groupId>org.eclipse.platform</groupId>
    <artifactId>org.eclipse.e4.core.di.annotations</artifactId>
    <version>1.6.200</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.e4.core.di.annotations/
implementation 'org.eclipse.platform:org.eclipse.e4.core.di.annotations:1.6.200'
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.e4.core.di.annotations/
implementation ("org.eclipse.platform:org.eclipse.e4.core.di.annotations:1.6.200")
'org.eclipse.platform:org.eclipse.e4.core.di.annotations:jar:1.6.200'
<dependency org="org.eclipse.platform" name="org.eclipse.e4.core.di.annotations" rev="1.6.200">
  <artifact name="org.eclipse.e4.core.di.annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.platform', module='org.eclipse.e4.core.di.annotations', version='1.6.200')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.e4.core.di.annotations" % "1.6.200"
[org.eclipse.platform/org.eclipse.e4.core.di.annotations "1.6.200"]