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