is not current version
Last Version 4.0.42

net.corda.plugins:api-scanner 4.0.22

Generates a summary of the artifact's public API

Categories

Categories

Net
GroupId

GroupId

net.corda.plugins
ArtifactId

ArtifactId

api-scanner
Version

Version

4.0.22
Type

Type

jar

Download api-scanner 4.0.22


<!-- https://jarcasting.com/artifacts/net.corda.plugins/api-scanner/ -->
<dependency>
    <groupId>net.corda.plugins</groupId>
    <artifactId>api-scanner</artifactId>
    <version>4.0.22</version>
</dependency>
// https://jarcasting.com/artifacts/net.corda.plugins/api-scanner/
implementation 'net.corda.plugins:api-scanner:4.0.22'
// https://jarcasting.com/artifacts/net.corda.plugins/api-scanner/
implementation ("net.corda.plugins:api-scanner:4.0.22")
'net.corda.plugins:api-scanner:jar:4.0.22'
<dependency org="net.corda.plugins" name="api-scanner" rev="4.0.22">
  <artifact name="api-scanner" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.corda.plugins', module='api-scanner', version='4.0.22')
)
libraryDependencies += "net.corda.plugins" % "api-scanner" % "4.0.22"
[net.corda.plugins/api-scanner "4.0.22"]