h

herd-docs

This is the base documentation project that is the parent for all specific sub-documentation projects.
http://finraos.github.io/herd/
The Apache License, Version 2.0
文件下载
文件名 操作
herd-docs-0.160.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.finra.herd</groupId>
  <artifactId>herd-docs</artifactId>
  <version>0.160.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.finra.herd:herd-docs:0.160.0'
Gradle Kotlin
implementation("org.finra.herd:herd-docs:0.160.0")
Scala SBT
libraryDependencies += "org.finra.herd" % "herd-docs" % "0.160.0"
Groovy Grape
@Grapes(
  @Grab(group='org.finra.herd', module='herd-docs', version='0.160.0')
)
Apache Ivy
<dependency org="org.finra.herd" name="herd-docs" rev="0.160.0" />
Leiningen
[org.finra.herd/herd-docs "0.160.0"]
Apache Buildr
'org.finra.herd:herd-docs:jar:0.160.0'