| License |
License |
|---|---|
| GroupId | GroupIdcom.obatis |
| ArtifactId | ArtifactIdobatis-web |
| Version | Version3.0.1-release |
| Type | Typejar |
| Description |
Descriptionobatis-web
obatis-web, apply web project
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| obatis-web-3.0.1-release.pom | |
| obatis-web-3.0.1-release.jar | 79 KB |
| obatis-web-3.0.1-release-sources.jar | 56 KB |
| obatis-web-3.0.1-release-javadoc.jar | 481 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.obatis/obatis-web/ -->
<dependency>
<groupId>com.obatis</groupId>
<artifactId>obatis-web</artifactId>
<version>3.0.1-release</version>
</dependency>
// https://jarcasting.com/artifacts/com.obatis/obatis-web/
implementation 'com.obatis:obatis-web:3.0.1-release'
// https://jarcasting.com/artifacts/com.obatis/obatis-web/
implementation ("com.obatis:obatis-web:3.0.1-release")
'com.obatis:obatis-web:jar:3.0.1-release'
<dependency org="com.obatis" name="obatis-web" rev="3.0.1-release">
<artifact name="obatis-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.obatis', module='obatis-web', version='3.0.1-release')
)
libraryDependencies += "com.obatis" % "obatis-web" % "3.0.1-release"
[com.obatis/obatis-web "3.0.1-release"]