Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdorg.eclipse.platform |
ArtifactId | ArtifactIdorg.eclipse.e4.core.di.annotations |
Version | Version1.6.500 |
Type | Typejar |
<!-- 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.500</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.500'
// 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.500")
'org.eclipse.platform:org.eclipse.e4.core.di.annotations:jar:1.6.500'
<dependency org="org.eclipse.platform" name="org.eclipse.e4.core.di.annotations" rev="1.6.500">
<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.500')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.e4.core.di.annotations" % "1.6.500"
[org.eclipse.platform/org.eclipse.e4.core.di.annotations "1.6.500"]