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