m

molgenis-web

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