GroupId | GroupIdcom.fasterxml.transistore |
---|---|
ArtifactId | ArtifactIdtransistore-basic |
Version | Version0.7.1 |
Type | Typejar |
Filename | Size |
---|---|
transistore-basic-0.7.1.pom | |
transistore-basic-0.7.1.jar | 10 KB |
transistore-basic-0.7.1-sources.jar | 7 KB |
transistore-basic-0.7.1-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fasterxml.transistore/transistore-basic/ -->
<dependency>
<groupId>com.fasterxml.transistore</groupId>
<artifactId>transistore-basic</artifactId>
<version>0.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fasterxml.transistore/transistore-basic/
implementation 'com.fasterxml.transistore:transistore-basic:0.7.1'
// https://jarcasting.com/artifacts/com.fasterxml.transistore/transistore-basic/
implementation ("com.fasterxml.transistore:transistore-basic:0.7.1")
'com.fasterxml.transistore:transistore-basic:jar:0.7.1'
<dependency org="com.fasterxml.transistore" name="transistore-basic" rev="0.7.1">
<artifact name="transistore-basic" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fasterxml.transistore', module='transistore-basic', version='0.7.1')
)
libraryDependencies += "com.fasterxml.transistore" % "transistore-basic" % "0.7.1"
[com.fasterxml.transistore/transistore-basic "0.7.1"]