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