oss-parent
用于发布org.minbox.framework相关开源框架到maven center的parent配置
| License | License | 
|---|---|
| GroupId | GroupIdorg.minbox.framework | 
| ArtifactId | ArtifactIdminbox-sequence | 
| Last Version | Last Version1.0.0.RELEASE | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionMultiple ID generation strategies | 
<!-- https://jarcasting.com/artifacts/org.minbox.framework/minbox-sequence/ -->
<dependency>
    <groupId>org.minbox.framework</groupId>
    <artifactId>minbox-sequence</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.minbox.framework/minbox-sequence/
implementation 'org.minbox.framework:minbox-sequence:1.0.0.RELEASE'// https://jarcasting.com/artifacts/org.minbox.framework/minbox-sequence/
implementation ("org.minbox.framework:minbox-sequence:1.0.0.RELEASE")'org.minbox.framework:minbox-sequence:jar:1.0.0.RELEASE'<dependency org="org.minbox.framework" name="minbox-sequence" rev="1.0.0.RELEASE">
  <artifact name="minbox-sequence" type="jar" />
</dependency>@Grapes(
@Grab(group='org.minbox.framework', module='minbox-sequence', version='1.0.0.RELEASE')
)libraryDependencies += "org.minbox.framework" % "minbox-sequence" % "1.0.0.RELEASE"[org.minbox.framework/minbox-sequence "1.0.0.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok Optional | jar | 1.18.12 | 
用于发布org.minbox.framework相关开源框架到maven center的parent配置