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