o

org-netbeans-modules-editor-settings-storage

Files download
File Operation
org-netbeans-modules-editor-settings-storage-RELEASE180.jar download
org-netbeans-modules-editor-settings-storage-RELEASE180.pom download
org-netbeans-modules-editor-settings-storage-RELEASE180-sources.jar download
Apache Maven
<dependency>
  <groupId>org.netbeans.modules</groupId>
  <artifactId>org-netbeans-modules-editor-settings-storage</artifactId>
  <version>RELEASE180</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.modules:org-netbeans-modules-editor-settings-storage:RELEASE180'
Gradle Kotlin
implementation("org.netbeans.modules:org-netbeans-modules-editor-settings-storage:RELEASE180")
Scala SBT
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-editor-settings-storage" % "RELEASE180"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.modules', module='org-netbeans-modules-editor-settings-storage', version='RELEASE180')
)
Apache Ivy
<dependency org="org.netbeans.modules" name="org-netbeans-modules-editor-settings-storage" rev="RELEASE180" />
Leiningen
[org.netbeans.modules/org-netbeans-modules-editor-settings-storage "RELEASE180"]
Apache Buildr
'org.netbeans.modules:org-netbeans-modules-editor-settings-storage:jar:RELEASE180'