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