Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.gitee.randomobject |
ArtifactId | ArtifactIdsorm |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
sorm-1.0.2.pom | |
sorm-1.0.2.jar | 67 KB |
sorm-1.0.2-sources.jar | 38 KB |
sorm-1.0.2-javadoc.jar | 271 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.randomobject/sorm/ -->
<dependency>
<groupId>com.gitee.randomobject</groupId>
<artifactId>sorm</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.randomobject/sorm/
implementation 'com.gitee.randomobject:sorm:1.0.2'
// https://jarcasting.com/artifacts/com.gitee.randomobject/sorm/
implementation ("com.gitee.randomobject:sorm:1.0.2")
'com.gitee.randomobject:sorm:jar:1.0.2'
<dependency org="com.gitee.randomobject" name="sorm" rev="1.0.2">
<artifact name="sorm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.randomobject', module='sorm', version='1.0.2')
)
libraryDependencies += "com.gitee.randomobject" % "sorm" % "1.0.2"
[com.gitee.randomobject/sorm "1.0.2"]