License |
License |
---|---|
GroupId | GroupIdone.microstream |
ArtifactId | ArtifactIdmicrostream-base |
Version | Version06.00.00-MS-GA |
Type | Typejar |
Description |
DescriptionMicroStream Base
Commons Module of the MicroStream Framework
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/one.microstream/microstream-base/ -->
<dependency>
<groupId>one.microstream</groupId>
<artifactId>microstream-base</artifactId>
<version>06.00.00-MS-GA</version>
</dependency>
// https://jarcasting.com/artifacts/one.microstream/microstream-base/
implementation 'one.microstream:microstream-base:06.00.00-MS-GA'
// https://jarcasting.com/artifacts/one.microstream/microstream-base/
implementation ("one.microstream:microstream-base:06.00.00-MS-GA")
'one.microstream:microstream-base:jar:06.00.00-MS-GA'
<dependency org="one.microstream" name="microstream-base" rev="06.00.00-MS-GA">
<artifact name="microstream-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.microstream', module='microstream-base', version='06.00.00-MS-GA')
)
libraryDependencies += "one.microstream" % "microstream-base" % "06.00.00-MS-GA"
[one.microstream/microstream-base "06.00.00-MS-GA"]