| GroupId | GroupIdxyz.tneciv |
|---|---|
| ArtifactId | ArtifactIdapi-version-mapping |
| Version | VersionQin.SR2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/xyz.tneciv/api-version-mapping/ -->
<dependency>
<groupId>xyz.tneciv</groupId>
<artifactId>api-version-mapping</artifactId>
<version>Qin.SR2</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.tneciv/api-version-mapping/
implementation 'xyz.tneciv:api-version-mapping:Qin.SR2'
// https://jarcasting.com/artifacts/xyz.tneciv/api-version-mapping/
implementation ("xyz.tneciv:api-version-mapping:Qin.SR2")
'xyz.tneciv:api-version-mapping:jar:Qin.SR2'
<dependency org="xyz.tneciv" name="api-version-mapping" rev="Qin.SR2">
<artifact name="api-version-mapping" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.tneciv', module='api-version-mapping', version='Qin.SR2')
)
libraryDependencies += "xyz.tneciv" % "api-version-mapping" % "Qin.SR2"
[xyz.tneciv/api-version-mapping "Qin.SR2"]