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