GroupId | GroupIdcom.obatis |
---|---|
ArtifactId | ArtifactIdobatis-web |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
obatis-web-1.0.6.pom | |
obatis-web-1.0.6.jar | 62 KB |
obatis-web-1.0.6-sources.jar | 45 KB |
obatis-web-1.0.6-javadoc.jar | 421 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.obatis/obatis-web/ -->
<dependency>
<groupId>com.obatis</groupId>
<artifactId>obatis-web</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.obatis/obatis-web/
implementation 'com.obatis:obatis-web:1.0.6'
// https://jarcasting.com/artifacts/com.obatis/obatis-web/
implementation ("com.obatis:obatis-web:1.0.6")
'com.obatis:obatis-web:jar:1.0.6'
<dependency org="com.obatis" name="obatis-web" rev="1.0.6">
<artifact name="obatis-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.obatis', module='obatis-web', version='1.0.6')
)
libraryDependencies += "com.obatis" % "obatis-web" % "1.0.6"
[com.obatis/obatis-web "1.0.6"]