| Categories |
CategoriesNetBeans Development Tools IDE Net |
|---|---|
| GroupId | GroupIdorg.apache.netbeans.modules.jackpot30 |
| ArtifactId | ArtifactIdtool |
| Last Version | Last Version12.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| tool-12.5.pom | |
| tool-12.5.jar | 19 MB |
| tool-12.5-sources.jar | 22 KB |
| tool-12.5-javadoc.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.netbeans.modules.jackpot30/tool/ -->
<dependency>
<groupId>org.apache.netbeans.modules.jackpot30</groupId>
<artifactId>tool</artifactId>
<version>12.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.netbeans.modules.jackpot30/tool/
implementation 'org.apache.netbeans.modules.jackpot30:tool:12.5'
// https://jarcasting.com/artifacts/org.apache.netbeans.modules.jackpot30/tool/
implementation ("org.apache.netbeans.modules.jackpot30:tool:12.5")
'org.apache.netbeans.modules.jackpot30:tool:jar:12.5'
<dependency org="org.apache.netbeans.modules.jackpot30" name="tool" rev="12.5">
<artifact name="tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.netbeans.modules.jackpot30', module='tool', version='12.5')
)
libraryDependencies += "org.apache.netbeans.modules.jackpot30" % "tool" % "12.5"
[org.apache.netbeans.modules.jackpot30/tool "12.5"]