s

schema-annotation-editor

Uses XML Schemas to restrict the annotations/features that can be manually created
GNU Lesser General Public License (LGPL), Version 3
GATE
GATE Team
Files download
File Operation
schema-annotation-editor-8.5.jar download
schema-annotation-editor-8.5.pom download
schema-annotation-editor-8.5-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.ac.gate.plugins</groupId>
  <artifactId>schema-annotation-editor</artifactId>
  <version>8.5</version>
</dependency>
Gradle Groovy
implementation 'uk.ac.gate.plugins:schema-annotation-editor:8.5'
Gradle Kotlin
implementation("uk.ac.gate.plugins:schema-annotation-editor:8.5")
Scala SBT
libraryDependencies += "uk.ac.gate.plugins" % "schema-annotation-editor" % "8.5"
Groovy Grape
@Grapes(
  @Grab(group='uk.ac.gate.plugins', module='schema-annotation-editor', version='8.5')
)
Apache Ivy
<dependency org="uk.ac.gate.plugins" name="schema-annotation-editor" rev="8.5" />
Leiningen
[uk.ac.gate.plugins/schema-annotation-editor "8.5"]
Apache Buildr
'uk.ac.gate.plugins:schema-annotation-editor:jar:8.5'