| GroupId | GroupIdorg.opendaylight.ttp |
|---|---|
| ArtifactId | ArtifactIdparser |
| Version | Version0.0.2-Helium-SR1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| parser-0.0.2-Helium-SR1.1.pom | |
| parser-0.0.2-Helium-SR1.1.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.ttp/parser/ -->
<dependency>
<groupId>org.opendaylight.ttp</groupId>
<artifactId>parser</artifactId>
<version>0.0.2-Helium-SR1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.ttp/parser/
implementation 'org.opendaylight.ttp:parser:0.0.2-Helium-SR1.1'
// https://jarcasting.com/artifacts/org.opendaylight.ttp/parser/
implementation ("org.opendaylight.ttp:parser:0.0.2-Helium-SR1.1")
'org.opendaylight.ttp:parser:jar:0.0.2-Helium-SR1.1'
<dependency org="org.opendaylight.ttp" name="parser" rev="0.0.2-Helium-SR1.1">
<artifact name="parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.ttp', module='parser', version='0.0.2-Helium-SR1.1')
)
libraryDependencies += "org.opendaylight.ttp" % "parser" % "0.0.2-Helium-SR1.1"
[org.opendaylight.ttp/parser "0.0.2-Helium-SR1.1"]