Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdcom.gitee.archermind-ti |
ArtifactId | ArtifactIddomain |
Last Version | Last Version1.0.0-beta |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
domain-1.0.0-beta.pom | |
domain-1.0.0-beta.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.archermind-ti/domain/ -->
<dependency>
<groupId>com.gitee.archermind-ti</groupId>
<artifactId>domain</artifactId>
<version>1.0.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.archermind-ti/domain/
implementation 'com.gitee.archermind-ti:domain:1.0.0-beta'
// https://jarcasting.com/artifacts/com.gitee.archermind-ti/domain/
implementation ("com.gitee.archermind-ti:domain:1.0.0-beta")
'com.gitee.archermind-ti:domain:jar:1.0.0-beta'
<dependency org="com.gitee.archermind-ti" name="domain" rev="1.0.0-beta">
<artifact name="domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.archermind-ti', module='domain', version='1.0.0-beta')
)
libraryDependencies += "com.gitee.archermind-ti" % "domain" % "1.0.0-beta"
[com.gitee.archermind-ti/domain "1.0.0-beta"]