s

smartparam-editor

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