is not current version
Last Version 1.0.3

io.github.zhdotm:grape-domain 1.0.0

状态机模型

Categories

Categories

Doma Data ORM
GroupId

GroupId

io.github.zhdotm
ArtifactId

ArtifactId

grape-domain
Version

Version

1.0.0
Type

Type

jar

Download grape-domain 1.0.0


<!-- https://jarcasting.com/artifacts/io.github.zhdotm/grape-domain/ -->
<dependency>
    <groupId>io.github.zhdotm</groupId>
    <artifactId>grape-domain</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zhdotm/grape-domain/
implementation 'io.github.zhdotm:grape-domain:1.0.0'
// https://jarcasting.com/artifacts/io.github.zhdotm/grape-domain/
implementation ("io.github.zhdotm:grape-domain:1.0.0")
'io.github.zhdotm:grape-domain:jar:1.0.0'
<dependency org="io.github.zhdotm" name="grape-domain" rev="1.0.0">
  <artifact name="grape-domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zhdotm', module='grape-domain', version='1.0.0')
)
libraryDependencies += "io.github.zhdotm" % "grape-domain" % "1.0.0"
[io.github.zhdotm/grape-domain "1.0.0"]