| GroupId | GroupIdorg.opendaylight.infrautils |
|---|---|
| ArtifactId | ArtifactIdinfrautils-docs |
| Version | Version1.8.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| infrautils-docs-1.8.0.pom | |
| infrautils-docs-1.8.0.jar | 7 KB |
| infrautils-docs-1.8.0-sources.jar | 234 KB |
| infrautils-docs-1.8.0-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.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/infrautils-docs/
implementation 'org.opendaylight.infrautils:infrautils-docs:1.8.0'
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/infrautils-docs/
implementation ("org.opendaylight.infrautils:infrautils-docs:1.8.0")
'org.opendaylight.infrautils:infrautils-docs:jar:1.8.0'
<dependency org="org.opendaylight.infrautils" name="infrautils-docs" rev="1.8.0">
<artifact name="infrautils-docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.infrautils', module='infrautils-docs', version='1.8.0')
)
libraryDependencies += "org.opendaylight.infrautils" % "infrautils-docs" % "1.8.0"
[org.opendaylight.infrautils/infrautils-docs "1.8.0"]