License |
License |
---|---|
Categories |
CategoriesCLI User Interface ORM Data |
GroupId | GroupIdorg.eclipse.platform |
ArtifactId | ArtifactIdorg.eclipse.e4.core.di.annotations |
Last Version | Last Version1.7.100 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEclipse Dependency Injection Annotations
Eclipse Dependency Injection Annotations
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- 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.7.100</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.7.100'
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.e4.core.di.annotations/
implementation ("org.eclipse.platform:org.eclipse.e4.core.di.annotations:1.7.100")
'org.eclipse.platform:org.eclipse.e4.core.di.annotations:jar:1.7.100'
<dependency org="org.eclipse.platform" name="org.eclipse.e4.core.di.annotations" rev="1.7.100">
<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.7.100')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.e4.core.di.annotations" % "1.7.100"
[org.eclipse.platform/org.eclipse.e4.core.di.annotations "1.7.100"]