<dependency>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>org.netbeans.modules.options.api</artifactId>
<version>4.0.0</version>
</dependency>
implementation group: 'com.github.veithen.visualwas.thirdparty', name: 'org.netbeans.modules.options.api', version: '4.0.0'
implementation 'com.github.veithen.visualwas.thirdparty:org.netbeans.modules.options.api:4.0.0'
implementation("com.github.veithen.visualwas.thirdparty:org.netbeans.modules.options.api:4.0.0")
libraryDependencies += "com.github.veithen.visualwas.thirdparty" % "org.netbeans.modules.options.api" % "4.0.0"
<dependency org="com.github.veithen.visualwas.thirdparty" name="org.netbeans.modules.options.api" rev="4.0.0"/>
@Grapes(
@Grab(group='com.github.veithen.visualwas.thirdparty', module='org.netbeans.modules.options.api', version='4.0.0')
)
[com.github.veithen.visualwas.thirdparty/org.netbeans.modules.options.api "4.0.0"]
'com.github.veithen.visualwas.thirdparty:org.netbeans.modules.options.api:jar:4.0.0'