Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.gitee.randomobject |
ArtifactId | ArtifactIdsorm |
Version | Version1.1.3.5 |
Type | Typejar |
Filename | Size |
---|---|
sorm-1.1.3.5.pom | |
sorm-1.1.3.5.jar | 68 KB |
sorm-1.1.3.5-sources.jar | 39 KB |
sorm-1.1.3.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.randomobject/sorm/
implementation 'com.gitee.randomobject:sorm:1.1.3.5'
// https://jarcasting.com/artifacts/com.gitee.randomobject/sorm/
implementation ("com.gitee.randomobject:sorm:1.1.3.5")
'com.gitee.randomobject:sorm:jar:1.1.3.5'
<dependency org="com.gitee.randomobject" name="sorm" rev="1.1.3.5">
<artifact name="sorm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.randomobject', module='sorm', version='1.1.3.5')
)
libraryDependencies += "com.gitee.randomobject" % "sorm" % "1.1.3.5"
[com.gitee.randomobject/sorm "1.1.3.5"]