GroupId | GroupIdorg.opendaylight.infrautils |
---|---|
ArtifactId | ArtifactIdready-it |
Version | Version1.9.8 |
Type | Typejar |
Filename | Size |
---|---|
ready-it-1.9.8.pom | |
ready-it-1.9.8.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.infrautils/ready-it/ -->
<dependency>
<groupId>org.opendaylight.infrautils</groupId>
<artifactId>ready-it</artifactId>
<version>1.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/ready-it/
implementation 'org.opendaylight.infrautils:ready-it:1.9.8'
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/ready-it/
implementation ("org.opendaylight.infrautils:ready-it:1.9.8")
'org.opendaylight.infrautils:ready-it:jar:1.9.8'
<dependency org="org.opendaylight.infrautils" name="ready-it" rev="1.9.8">
<artifact name="ready-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.infrautils', module='ready-it', version='1.9.8')
)
libraryDependencies += "org.opendaylight.infrautils" % "ready-it" % "1.9.8"
[org.opendaylight.infrautils/ready-it "1.9.8"]