GroupId | GroupIdorg.opendaylight.docs |
---|---|
ArtifactId | ArtifactIdreadme |
Version | Version0.1.0-Lithium |
Type | Typejar |
Filename | Size |
---|---|
readme-0.1.0-Lithium.pom | |
readme-0.1.0-Lithium.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.docs/readme/ -->
<dependency>
<groupId>org.opendaylight.docs</groupId>
<artifactId>readme</artifactId>
<version>0.1.0-Lithium</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.docs/readme/
implementation 'org.opendaylight.docs:readme:0.1.0-Lithium'
// https://jarcasting.com/artifacts/org.opendaylight.docs/readme/
implementation ("org.opendaylight.docs:readme:0.1.0-Lithium")
'org.opendaylight.docs:readme:jar:0.1.0-Lithium'
<dependency org="org.opendaylight.docs" name="readme" rev="0.1.0-Lithium">
<artifact name="readme" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.docs', module='readme', version='0.1.0-Lithium')
)
libraryDependencies += "org.opendaylight.docs" % "readme" % "0.1.0-Lithium"
[org.opendaylight.docs/readme "0.1.0-Lithium"]