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