GroupId | GroupIdorg.opendaylight.infrautils |
---|---|
ArtifactId | ArtifactIdinfrautils-docs |
Version | Version1.9.1 |
Type | Typejar |
Filename | Size |
---|---|
infrautils-docs-1.9.1.pom | |
infrautils-docs-1.9.1.jar | 7 KB |
infrautils-docs-1.9.1-sources.jar | 227 KB |
infrautils-docs-1.9.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.infrautils/infrautils-docs/ -->
<dependency>
<groupId>org.opendaylight.infrautils</groupId>
<artifactId>infrautils-docs</artifactId>
<version>1.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/infrautils-docs/
implementation 'org.opendaylight.infrautils:infrautils-docs:1.9.1'
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/infrautils-docs/
implementation ("org.opendaylight.infrautils:infrautils-docs:1.9.1")
'org.opendaylight.infrautils:infrautils-docs:jar:1.9.1'
<dependency org="org.opendaylight.infrautils" name="infrautils-docs" rev="1.9.1">
<artifact name="infrautils-docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.infrautils', module='infrautils-docs', version='1.9.1')
)
libraryDependencies += "org.opendaylight.infrautils" % "infrautils-docs" % "1.9.1"
[org.opendaylight.infrautils/infrautils-docs "1.9.1"]