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