License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.silentgo |
ArtifactId | ArtifactIdorm |
Version | Version0.3.2 |
Type | Typejar |
Description |
DescriptionLight Java MVC Framework
|
Filename | Size |
---|---|
orm-0.3.2.pom | |
orm-0.3.2.jar | 152 KB |
orm-0.3.2-sources.jar | 87 KB |
orm-0.3.2-javadoc.jar | 738 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.silentgo/orm/ -->
<dependency>
<groupId>com.silentgo</groupId>
<artifactId>orm</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.silentgo/orm/
implementation 'com.silentgo:orm:0.3.2'
// https://jarcasting.com/artifacts/com.silentgo/orm/
implementation ("com.silentgo:orm:0.3.2")
'com.silentgo:orm:jar:0.3.2'
<dependency org="com.silentgo" name="orm" rev="0.3.2">
<artifact name="orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.silentgo', module='orm', version='0.3.2')
)
libraryDependencies += "com.silentgo" % "orm" % "0.3.2"
[com.silentgo/orm "0.3.2"]
Group / Artifact | Type | Version |
---|---|---|
com.silentgo : utils | jar | 0.1.15 |
mysql : mysql-connector-java | jar | 5.1.42 |
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib-nodep | jar | 3.2.4 |
com.alibaba : druid | jar | 1.0.26 |