| License |
License |
|---|---|
| GroupId | GroupIdcom.obatis |
| ArtifactId | ArtifactIdobatis-starter |
| Version | Version1.0-release |
| Type | Typejar |
| Description |
Descriptionobatis-starter
obatis-starter, apply web and database project
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| obatis-starter-1.0-release.pom | |
| obatis-starter-1.0-release.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.obatis/obatis-starter/ -->
<dependency>
<groupId>com.obatis</groupId>
<artifactId>obatis-starter</artifactId>
<version>1.0-release</version>
</dependency>
// https://jarcasting.com/artifacts/com.obatis/obatis-starter/
implementation 'com.obatis:obatis-starter:1.0-release'
// https://jarcasting.com/artifacts/com.obatis/obatis-starter/
implementation ("com.obatis:obatis-starter:1.0-release")
'com.obatis:obatis-starter:jar:1.0-release'
<dependency org="com.obatis" name="obatis-starter" rev="1.0-release">
<artifact name="obatis-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.obatis', module='obatis-starter', version='1.0-release')
)
libraryDependencies += "com.obatis" % "obatis-starter" % "1.0-release"
[com.obatis/obatis-starter "1.0-release"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.obatis : obatis-web | jar | 3.0.1-release |
| com.obatis : obatis-orm | jar | 1.0-release |