d

dotwebstack-framework

An extensible full-stack framework which offers the foundation and building blocks for developing (Linked) Data services, including URI dereferencing, RESTful API’s, and much more.
http://dotwebstack.org
MIT License
DotWebStack
Joost Farla Marco Brattinga
文件下载
文件名 操作
dotwebstack-framework-0.3.112.pom 下载
Apache Maven
<dependency>
  <groupId>org.dotwebstack.framework</groupId>
  <artifactId>dotwebstack-framework</artifactId>
  <version>0.3.112</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.dotwebstack.framework:dotwebstack-framework:0.3.112'
Gradle Kotlin
implementation("org.dotwebstack.framework:dotwebstack-framework:0.3.112")
Scala SBT
libraryDependencies += "org.dotwebstack.framework" % "dotwebstack-framework" % "0.3.112"
Groovy Grape
@Grapes(
  @Grab(group='org.dotwebstack.framework', module='dotwebstack-framework', version='0.3.112')
)
Apache Ivy
<dependency org="org.dotwebstack.framework" name="dotwebstack-framework" rev="0.3.112" />
Leiningen
[org.dotwebstack.framework/dotwebstack-framework "0.3.112"]
Apache Buildr
'org.dotwebstack.framework:dotwebstack-framework:jar:0.3.112'
本项目依赖
该项目无第三方依赖