GroupId | GroupIdio.github.mivek |
---|---|
ArtifactId | ArtifactIdmetarParser |
Version | Version2.0.5 |
Type | Typepom |
Filename | Size |
---|---|
metarParser-2.0.5.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.mivek/metarParser/ -->
<dependency>
<groupId>io.github.mivek</groupId>
<artifactId>metarParser</artifactId>
<version>2.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.mivek/metarParser/
implementation 'io.github.mivek:metarParser:2.0.5'
// https://jarcasting.com/artifacts/io.github.mivek/metarParser/
implementation ("io.github.mivek:metarParser:2.0.5")
'io.github.mivek:metarParser:pom:2.0.5'
<dependency org="io.github.mivek" name="metarParser" rev="2.0.5">
<artifact name="metarParser" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.mivek', module='metarParser', version='2.0.5')
)
libraryDependencies += "io.github.mivek" % "metarParser" % "2.0.5"
[io.github.mivek/metarParser "2.0.5"]