u

ui-propertyeditor

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