Categories |
CategoriesCLI User Interface ORM Data |
---|---|
GroupId | GroupIdat.porscheinformatik.zanata |
ArtifactId | ArtifactIdclient |
Version | Version4.7.7 |
Type | Typepom |
Filename | Size |
---|---|
client-4.7.7.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.porscheinformatik.zanata/client/ -->
<dependency>
<groupId>at.porscheinformatik.zanata</groupId>
<artifactId>client</artifactId>
<version>4.7.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/at.porscheinformatik.zanata/client/
implementation 'at.porscheinformatik.zanata:client:4.7.7'
// https://jarcasting.com/artifacts/at.porscheinformatik.zanata/client/
implementation ("at.porscheinformatik.zanata:client:4.7.7")
'at.porscheinformatik.zanata:client:pom:4.7.7'
<dependency org="at.porscheinformatik.zanata" name="client" rev="4.7.7">
<artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='at.porscheinformatik.zanata', module='client', version='4.7.7')
)
libraryDependencies += "at.porscheinformatik.zanata" % "client" % "4.7.7"
[at.porscheinformatik.zanata/client "4.7.7"]