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