u

ui-propertyeditor

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