| Categories | 
                CategoriesPMD Application Testing & Monitoring Code Analysis | 
        
|---|---|
| GroupId | GroupIdorg.opendaylight.tcpmd5 | 
    
| ArtifactId | ArtifactIdfeatures-tcpmd5 | 
    
| Version | Version1.2.2-Beryllium-SR2 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.opendaylight.tcpmd5/features-tcpmd5/ -->
<dependency>
    <groupId>org.opendaylight.tcpmd5</groupId>
    <artifactId>features-tcpmd5</artifactId>
    <version>1.2.2-Beryllium-SR2</version>
</dependency>
                // https://jarcasting.com/artifacts/org.opendaylight.tcpmd5/features-tcpmd5/
implementation 'org.opendaylight.tcpmd5:features-tcpmd5:1.2.2-Beryllium-SR2'
                // https://jarcasting.com/artifacts/org.opendaylight.tcpmd5/features-tcpmd5/
implementation ("org.opendaylight.tcpmd5:features-tcpmd5:1.2.2-Beryllium-SR2")
                'org.opendaylight.tcpmd5:features-tcpmd5:jar:1.2.2-Beryllium-SR2'
                <dependency org="org.opendaylight.tcpmd5" name="features-tcpmd5" rev="1.2.2-Beryllium-SR2">
  <artifact name="features-tcpmd5" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.opendaylight.tcpmd5', module='features-tcpmd5', version='1.2.2-Beryllium-SR2')
)
                libraryDependencies += "org.opendaylight.tcpmd5" % "features-tcpmd5" % "1.2.2-Beryllium-SR2"
                [org.opendaylight.tcpmd5/features-tcpmd5 "1.2.2-Beryllium-SR2"]