Categories |
CategoriesNetBeans Development Tools IDE Net |
---|---|
GroupId | GroupIdorg.apache.netbeans.modules.jackpot30 |
ArtifactId | ArtifactIdtool |
Version | Version12.3 |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
tool-12.3.pom | |
tool-12.3.jar | 20 MB |
tool-12.3-sources.jar | 23 KB |
tool-12.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.netbeans.modules.jackpot30/tool/
implementation 'org.apache.netbeans.modules.jackpot30:tool:12.3'
// https://jarcasting.com/artifacts/org.apache.netbeans.modules.jackpot30/tool/
implementation ("org.apache.netbeans.modules.jackpot30:tool:12.3")
'org.apache.netbeans.modules.jackpot30:tool:jar:12.3'
<dependency org="org.apache.netbeans.modules.jackpot30" name="tool" rev="12.3">
<artifact name="tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.netbeans.modules.jackpot30', module='tool', version='12.3')
)
libraryDependencies += "org.apache.netbeans.modules.jackpot30" % "tool" % "12.3"
[org.apache.netbeans.modules.jackpot30/tool "12.3"]