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