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