h

herd-model-api

This project contains the model API classes. This contains the herd XSD and generates Java POJO's from them. These classes are used for incoming and outgoing calls into the system (e.g. via REST).
http://finraos.github.io/herd/
The Apache License, Version 2.0
文件下载
文件名 操作
herd-model-api-0.160.0.jar 下载
herd-model-api-0.160.0.pom 下载
herd-model-api-0.160.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.finra.herd</groupId>
  <artifactId>herd-model-api</artifactId>
  <version>0.160.0</version>
</dependency>
Gradle Groovy
implementation 'org.finra.herd:herd-model-api:0.160.0'
Gradle Kotlin
implementation("org.finra.herd:herd-model-api:0.160.0")
Scala SBT
libraryDependencies += "org.finra.herd" % "herd-model-api" % "0.160.0"
Groovy Grape
@Grapes(
  @Grab(group='org.finra.herd', module='herd-model-api', version='0.160.0')
)
Apache Ivy
<dependency org="org.finra.herd" name="herd-model-api" rev="0.160.0" />
Leiningen
[org.finra.herd/herd-model-api "0.160.0"]
Apache Buildr
'org.finra.herd:herd-model-api:jar:0.160.0'