Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.bucuoa.west |
ArtifactId | ArtifactIdwest-shard-orm |
Version | Version0.3-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
west-shard-orm-0.3-RELEASE.pom | |
west-shard-orm-0.3-RELEASE.jar | 87 KB |
west-shard-orm-0.3-RELEASE-sources.jar | 48 KB |
west-shard-orm-0.3-RELEASE-javadoc.jar | 446 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bucuoa.west/west-shard-orm/ -->
<dependency>
<groupId>com.bucuoa.west</groupId>
<artifactId>west-shard-orm</artifactId>
<version>0.3-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.bucuoa.west/west-shard-orm/
implementation 'com.bucuoa.west:west-shard-orm:0.3-RELEASE'
// https://jarcasting.com/artifacts/com.bucuoa.west/west-shard-orm/
implementation ("com.bucuoa.west:west-shard-orm:0.3-RELEASE")
'com.bucuoa.west:west-shard-orm:jar:0.3-RELEASE'
<dependency org="com.bucuoa.west" name="west-shard-orm" rev="0.3-RELEASE">
<artifact name="west-shard-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bucuoa.west', module='west-shard-orm', version='0.3-RELEASE')
)
libraryDependencies += "com.bucuoa.west" % "west-shard-orm" % "0.3-RELEASE"
[com.bucuoa.west/west-shard-orm "0.3-RELEASE"]