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