n

nrich-registry

Provides a representation of JPA entities in a format that can be used on the client side to build dynamic forms and tables, as well as a REST API for querying, updating and deleting those entities
https://github.com/croz-ltd/nrich
The Apache License, Version 2.0
The nrich team at CROZ
文件下载
文件名 操作
nrich-registry-2.4.1.jar 下载
nrich-registry-2.4.1.pom 下载
nrich-registry-2.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.croz.nrich</groupId>
  <artifactId>nrich-registry</artifactId>
  <version>2.4.1</version>
</dependency>
Gradle Groovy
implementation 'net.croz.nrich:nrich-registry:2.4.1'
Gradle Kotlin
implementation("net.croz.nrich:nrich-registry:2.4.1")
Scala SBT
libraryDependencies += "net.croz.nrich" % "nrich-registry" % "2.4.1"
Groovy Grape
@Grapes(
  @Grab(group='net.croz.nrich', module='nrich-registry', version='2.4.1')
)
Apache Ivy
<dependency org="net.croz.nrich" name="nrich-registry" rev="2.4.1" />
Leiningen
[net.croz.nrich/nrich-registry "2.4.1"]
Apache Buildr
'net.croz.nrich:nrich-registry:jar:2.4.1'