License |
License |
---|---|
Categories |
CategoriesCLI User Interface ORM Data |
GroupId | GroupIdorg.eclipse.platform |
ArtifactId | ArtifactIdorg.eclipse.equinox.metatype |
Last Version | Last Version1.6.100 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMeta Type
Meta Type
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.metatype/ -->
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.metatype</artifactId>
<version>1.6.100</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.metatype/
implementation 'org.eclipse.platform:org.eclipse.equinox.metatype:1.6.100'
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.equinox.metatype/
implementation ("org.eclipse.platform:org.eclipse.equinox.metatype:1.6.100")
'org.eclipse.platform:org.eclipse.equinox.metatype:jar:1.6.100'
<dependency org="org.eclipse.platform" name="org.eclipse.equinox.metatype" rev="1.6.100">
<artifact name="org.eclipse.equinox.metatype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.platform', module='org.eclipse.equinox.metatype', version='1.6.100')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.equinox.metatype" % "1.6.100"
[org.eclipse.platform/org.eclipse.equinox.metatype "1.6.100"]