s

scmwebeditor-scm-api

This is the core module of ScmWebEditor.
Files download
File Operation
scmwebeditor-scm-api-0.8.jar download
scmwebeditor-scm-api-0.8.pom download
scmwebeditor-scm-api-0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.nuiton</groupId>
  <artifactId>scmwebeditor-scm-api</artifactId>
  <version>0.8</version>
</dependency>
Gradle Groovy
implementation 'org.nuiton:scmwebeditor-scm-api:0.8'
Gradle Kotlin
implementation("org.nuiton:scmwebeditor-scm-api:0.8")
Scala SBT
libraryDependencies += "org.nuiton" % "scmwebeditor-scm-api" % "0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.nuiton', module='scmwebeditor-scm-api', version='0.8')
)
Apache Ivy
<dependency org="org.nuiton" name="scmwebeditor-scm-api" rev="0.8" />
Leiningen
[org.nuiton/scmwebeditor-scm-api "0.8"]
Apache Buildr
'org.nuiton:scmwebeditor-scm-api:jar:0.8'