Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.update.core |
ArtifactId | ArtifactIdwin32 |
Version | Version3.2.1-v20092006 |
Type | Typejar |
Filename | Size |
---|---|
win32-3.2.1-v20092006.pom | |
win32-3.2.1-v20092006.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.update.core/win32/ -->
<dependency>
<groupId>org.eclipse.update.core</groupId>
<artifactId>win32</artifactId>
<version>3.2.1-v20092006</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.update.core/win32/
implementation 'org.eclipse.update.core:win32:3.2.1-v20092006'
// https://jarcasting.com/artifacts/org.eclipse.update.core/win32/
implementation ("org.eclipse.update.core:win32:3.2.1-v20092006")
'org.eclipse.update.core:win32:jar:3.2.1-v20092006'
<dependency org="org.eclipse.update.core" name="win32" rev="3.2.1-v20092006">
<artifact name="win32" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.update.core', module='win32', version='3.2.1-v20092006')
)
libraryDependencies += "org.eclipse.update.core" % "win32" % "3.2.1-v20092006"
[org.eclipse.update.core/win32 "3.2.1-v20092006"]