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