Categories |
CategoriesCLI User Interface Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdone.microstream |
ArtifactId | ArtifactIdmicrostream-storage-restclient-jersey |
Version | Version05.00.00-MS-GA |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/one.microstream/microstream-storage-restclient-jersey/ -->
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-storage-restclient-jersey</artifactId>
<version>05.00.00-MS-GA</version>
</dependency>
// https://jarcasting.com/artifacts/one.microstream/microstream-storage-restclient-jersey/
implementation 'one.microstream:microstream-storage-restclient-jersey:05.00.00-MS-GA'
// https://jarcasting.com/artifacts/one.microstream/microstream-storage-restclient-jersey/
implementation ("one.microstream:microstream-storage-restclient-jersey:05.00.00-MS-GA")
'one.microstream:microstream-storage-restclient-jersey:jar:05.00.00-MS-GA'
<dependency org="one.microstream" name="microstream-storage-restclient-jersey" rev="05.00.00-MS-GA">
<artifact name="microstream-storage-restclient-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.microstream', module='microstream-storage-restclient-jersey', version='05.00.00-MS-GA')
)
libraryDependencies += "one.microstream" % "microstream-storage-restclient-jersey" % "05.00.00-MS-GA"
[one.microstream/microstream-storage-restclient-jersey "05.00.00-MS-GA"]