Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.bucuoa.west |
ArtifactId | ArtifactIdwest-shard-orm |
Version | Version0.6.5-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bucuoa.west/west-shard-orm/ -->
<dependency>
<groupId>com.bucuoa.west</groupId>
<artifactId>west-shard-orm</artifactId>
<version>0.6.5-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.bucuoa.west/west-shard-orm/
implementation 'com.bucuoa.west:west-shard-orm:0.6.5-RELEASE'
// https://jarcasting.com/artifacts/com.bucuoa.west/west-shard-orm/
implementation ("com.bucuoa.west:west-shard-orm:0.6.5-RELEASE")
'com.bucuoa.west:west-shard-orm:jar:0.6.5-RELEASE'
<dependency org="com.bucuoa.west" name="west-shard-orm" rev="0.6.5-RELEASE">
<artifact name="west-shard-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bucuoa.west', module='west-shard-orm', version='0.6.5-RELEASE')
)
libraryDependencies += "com.bucuoa.west" % "west-shard-orm" % "0.6.5-RELEASE"
[com.bucuoa.west/west-shard-orm "0.6.5-RELEASE"]