Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.fasterxml.transistore |
ArtifactId | ArtifactIdtransistore-client-ahc |
Version | Version0.7.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.fasterxml.transistore/transistore-client-ahc/ -->
<dependency>
<groupId>com.fasterxml.transistore</groupId>
<artifactId>transistore-client-ahc</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fasterxml.transistore/transistore-client-ahc/
implementation 'com.fasterxml.transistore:transistore-client-ahc:0.7.1'
// https://jarcasting.com/artifacts/com.fasterxml.transistore/transistore-client-ahc/
implementation ("com.fasterxml.transistore:transistore-client-ahc:0.7.1")
'com.fasterxml.transistore:transistore-client-ahc:jar:0.7.1'
<dependency org="com.fasterxml.transistore" name="transistore-client-ahc" rev="0.7.1">
<artifact name="transistore-client-ahc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fasterxml.transistore', module='transistore-client-ahc', version='0.7.1')
)
libraryDependencies += "com.fasterxml.transistore" % "transistore-client-ahc" % "0.7.1"
[com.fasterxml.transistore/transistore-client-ahc "0.7.1"]