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