o

org-netbeans-modules-editor-settings-storage

文件下载
文件名 操作
org-netbeans-modules-editor-settings-storage-RELEASE124.jar 下载
org-netbeans-modules-editor-settings-storage-RELEASE124.pom 下载
org-netbeans-modules-editor-settings-storage-RELEASE124-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.netbeans.modules</groupId>
  <artifactId>org-netbeans-modules-editor-settings-storage</artifactId>
  <version>RELEASE124</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.modules:org-netbeans-modules-editor-settings-storage:RELEASE124'
Gradle Kotlin
implementation("org.netbeans.modules:org-netbeans-modules-editor-settings-storage:RELEASE124")
Scala SBT
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-editor-settings-storage" % "RELEASE124"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.modules', module='org-netbeans-modules-editor-settings-storage', version='RELEASE124')
)
Apache Ivy
<dependency org="org.netbeans.modules" name="org-netbeans-modules-editor-settings-storage" rev="RELEASE124" />
Leiningen
[org.netbeans.modules/org-netbeans-modules-editor-settings-storage "RELEASE124"]
Apache Buildr
'org.netbeans.modules:org-netbeans-modules-editor-settings-storage:jar:RELEASE124'