Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.atshow |
ArtifactId | ArtifactIdsorm |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
sorm-1.0.pom | |
sorm-1.0.jar | 984 KB |
sorm-1.0-sources.jar | 735 KB |
sorm-1.0-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.atshow/sorm/ -->
<dependency>
<groupId>com.github.atshow</groupId>
<artifactId>sorm</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.atshow/sorm/
implementation 'com.github.atshow:sorm:1.0'
// https://jarcasting.com/artifacts/com.github.atshow/sorm/
implementation ("com.github.atshow:sorm:1.0")
'com.github.atshow:sorm:jar:1.0'
<dependency org="com.github.atshow" name="sorm" rev="1.0">
<artifact name="sorm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.atshow', module='sorm', version='1.0')
)
libraryDependencies += "com.github.atshow" % "sorm" % "1.0"
[com.github.atshow/sorm "1.0"]