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