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