| GroupId | GroupIdorg.opendaylight.ttp |
|---|---|
| ArtifactId | ArtifactIdparser |
| Version | Version0.3.2-Boron-SR2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.ttp/parser/ -->
<dependency>
<groupId>org.opendaylight.ttp</groupId>
<artifactId>parser</artifactId>
<version>0.3.2-Boron-SR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.ttp/parser/
implementation 'org.opendaylight.ttp:parser:0.3.2-Boron-SR2'
// https://jarcasting.com/artifacts/org.opendaylight.ttp/parser/
implementation ("org.opendaylight.ttp:parser:0.3.2-Boron-SR2")
'org.opendaylight.ttp:parser:jar:0.3.2-Boron-SR2'
<dependency org="org.opendaylight.ttp" name="parser" rev="0.3.2-Boron-SR2">
<artifact name="parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.ttp', module='parser', version='0.3.2-Boron-SR2')
)
libraryDependencies += "org.opendaylight.ttp" % "parser" % "0.3.2-Boron-SR2"
[org.opendaylight.ttp/parser "0.3.2-Boron-SR2"]