Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdbr.com.ledgertec |
ArtifactId | ArtifactIdrap-conector-client |
Version | Version0.9.0-1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/br.com.ledgertec/rap-conector-client/ -->
<dependency>
<groupId>br.com.ledgertec</groupId>
<artifactId>rap-conector-client</artifactId>
<version>0.9.0-1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.ledgertec/rap-conector-client/
implementation 'br.com.ledgertec:rap-conector-client:0.9.0-1'
// https://jarcasting.com/artifacts/br.com.ledgertec/rap-conector-client/
implementation ("br.com.ledgertec:rap-conector-client:0.9.0-1")
'br.com.ledgertec:rap-conector-client:jar:0.9.0-1'
<dependency org="br.com.ledgertec" name="rap-conector-client" rev="0.9.0-1">
<artifact name="rap-conector-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.ledgertec', module='rap-conector-client', version='0.9.0-1')
)
libraryDependencies += "br.com.ledgertec" % "rap-conector-client" % "0.9.0-1"
[br.com.ledgertec/rap-conector-client "0.9.0-1"]