Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdorg.eclipse.platform |
ArtifactId | ArtifactIdorg.eclipse.osgi.compatibility.plugins |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.osgi.compatibility.plugins/ -->
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi.compatibility.plugins</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.osgi.compatibility.plugins/
implementation 'org.eclipse.platform:org.eclipse.osgi.compatibility.plugins:1.0.0'
// https://jarcasting.com/artifacts/org.eclipse.platform/org.eclipse.osgi.compatibility.plugins/
implementation ("org.eclipse.platform:org.eclipse.osgi.compatibility.plugins:1.0.0")
'org.eclipse.platform:org.eclipse.osgi.compatibility.plugins:jar:1.0.0'
<dependency org="org.eclipse.platform" name="org.eclipse.osgi.compatibility.plugins" rev="1.0.0">
<artifact name="org.eclipse.osgi.compatibility.plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.platform', module='org.eclipse.osgi.compatibility.plugins', version='1.0.0')
)
libraryDependencies += "org.eclipse.platform" % "org.eclipse.osgi.compatibility.plugins" % "1.0.0"
[org.eclipse.platform/org.eclipse.osgi.compatibility.plugins "1.0.0"]