j

jeaf-rest-impl-project

JEAF REST Impl different types of implements for the API that is defined by JEAF REST API projects.
https://www.anaptecs.de/jeaf
Files download
File Operation
jeaf-rest-impl-project-1.11.0.pom download
Apache Maven
<dependency>
  <groupId>com.anaptecs.jeaf.rest</groupId>
  <artifactId>jeaf-rest-impl-project</artifactId>
  <version>1.11.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.anaptecs.jeaf.rest:jeaf-rest-impl-project:1.11.0'
Gradle Kotlin
implementation("com.anaptecs.jeaf.rest:jeaf-rest-impl-project:1.11.0")
Scala SBT
libraryDependencies += "com.anaptecs.jeaf.rest" % "jeaf-rest-impl-project" % "1.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.anaptecs.jeaf.rest', module='jeaf-rest-impl-project', version='1.11.0')
)
Apache Ivy
<dependency org="com.anaptecs.jeaf.rest" name="jeaf-rest-impl-project" rev="1.11.0" />
Leiningen
[com.anaptecs.jeaf.rest/jeaf-rest-impl-project "1.11.0"]
Apache Buildr
'com.anaptecs.jeaf.rest:jeaf-rest-impl-project:jar:1.11.0'