a

api-scanner

Generates a summary of the artifact's public API
https://github.com/corda/corda
Apache-2.0
R3
文件下载
文件名 操作
api-scanner-1.1.2.jar 下载
api-scanner-1.1.2.pom 下载
api-scanner-1.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.corda.plugins</groupId>
  <artifactId>api-scanner</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'net.corda.plugins:api-scanner:1.1.2'
Gradle Kotlin
implementation("net.corda.plugins:api-scanner:1.1.2")
Scala SBT
libraryDependencies += "net.corda.plugins" % "api-scanner" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='net.corda.plugins', module='api-scanner', version='1.1.2')
)
Apache Ivy
<dependency org="net.corda.plugins" name="api-scanner" rev="1.1.2" />
Leiningen
[net.corda.plugins/api-scanner "1.1.2"]
Apache Buildr
'net.corda.plugins:api-scanner:jar:1.1.2'