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