| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdcom.github.veithen.visualwas.thirdparty |
| ArtifactId | ArtifactIdorg.openide.util.lookup |
| Version | Version2.2.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| org.openide.util.lookup-2.2.0.pom | |
| org.openide.util.lookup-2.2.0.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.veithen.visualwas.thirdparty/org.openide.util.lookup/ -->
<dependency>
<groupId>com.github.veithen.visualwas.thirdparty</groupId>
<artifactId>org.openide.util.lookup</artifactId>
<version>2.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.veithen.visualwas.thirdparty/org.openide.util.lookup/
implementation 'com.github.veithen.visualwas.thirdparty:org.openide.util.lookup:2.2.0'
// https://jarcasting.com/artifacts/com.github.veithen.visualwas.thirdparty/org.openide.util.lookup/
implementation ("com.github.veithen.visualwas.thirdparty:org.openide.util.lookup:2.2.0")
'com.github.veithen.visualwas.thirdparty:org.openide.util.lookup:pom:2.2.0'
<dependency org="com.github.veithen.visualwas.thirdparty" name="org.openide.util.lookup" rev="2.2.0">
<artifact name="org.openide.util.lookup" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.veithen.visualwas.thirdparty', module='org.openide.util.lookup', version='2.2.0')
)
libraryDependencies += "com.github.veithen.visualwas.thirdparty" % "org.openide.util.lookup" % "2.2.0"
[com.github.veithen.visualwas.thirdparty/org.openide.util.lookup "2.2.0"]