Categories |
CategoriesNetBeans Development Tools IDE Net |
---|---|
GroupId | GroupIdorg.netbeans.external |
ArtifactId | ArtifactIdorg-netbeans-tax |
Version | VersionRELEASE120-1 |
Type | Typejar |
Filename | Size |
---|---|
org-netbeans-tax-RELEASE120-1.pom | |
org-netbeans-tax-RELEASE120-1.jar | 558 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.netbeans.external/org-netbeans-tax/ -->
<dependency>
<groupId>org.netbeans.external</groupId>
<artifactId>org-netbeans-tax</artifactId>
<version>RELEASE120-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.external/org-netbeans-tax/
implementation 'org.netbeans.external:org-netbeans-tax:RELEASE120-1'
// https://jarcasting.com/artifacts/org.netbeans.external/org-netbeans-tax/
implementation ("org.netbeans.external:org-netbeans-tax:RELEASE120-1")
'org.netbeans.external:org-netbeans-tax:jar:RELEASE120-1'
<dependency org="org.netbeans.external" name="org-netbeans-tax" rev="RELEASE120-1">
<artifact name="org-netbeans-tax" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.external', module='org-netbeans-tax', version='RELEASE120-1')
)
libraryDependencies += "org.netbeans.external" % "org-netbeans-tax" % "RELEASE120-1"
[org.netbeans.external/org-netbeans-tax "RELEASE120-1"]