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