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