Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.fasterxml.transistore |
ArtifactId | ArtifactIdtransistore-client |
Version | Version0.9.2 |
Type | Typejar |
Filename | Size |
---|---|
transistore-client-0.9.2.pom | |
transistore-client-0.9.2.jar | 5 KB |
transistore-client-0.9.2-sources.jar | 2 KB |
transistore-client-0.9.2-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fasterxml.transistore/transistore-client/ -->
<dependency>
<groupId>com.fasterxml.transistore</groupId>
<artifactId>transistore-client</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.fasterxml.transistore/transistore-client/
implementation 'com.fasterxml.transistore:transistore-client:0.9.2'
// https://jarcasting.com/artifacts/com.fasterxml.transistore/transistore-client/
implementation ("com.fasterxml.transistore:transistore-client:0.9.2")
'com.fasterxml.transistore:transistore-client:jar:0.9.2'
<dependency org="com.fasterxml.transistore" name="transistore-client" rev="0.9.2">
<artifact name="transistore-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fasterxml.transistore', module='transistore-client', version='0.9.2')
)
libraryDependencies += "com.fasterxml.transistore" % "transistore-client" % "0.9.2"
[com.fasterxml.transistore/transistore-client "0.9.2"]