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