GroupId | GroupIdcom.obatis |
---|---|
ArtifactId | ArtifactIdobatis-office |
Version | Version1.0.2-release |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.obatis/obatis-office/ -->
<dependency>
<groupId>com.obatis</groupId>
<artifactId>obatis-office</artifactId>
<version>1.0.2-release</version>
</dependency>
// https://jarcasting.com/artifacts/com.obatis/obatis-office/
implementation 'com.obatis:obatis-office:1.0.2-release'
// https://jarcasting.com/artifacts/com.obatis/obatis-office/
implementation ("com.obatis:obatis-office:1.0.2-release")
'com.obatis:obatis-office:jar:1.0.2-release'
<dependency org="com.obatis" name="obatis-office" rev="1.0.2-release">
<artifact name="obatis-office" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.obatis', module='obatis-office', version='1.0.2-release')
)
libraryDependencies += "com.obatis" % "obatis-office" % "1.0.2-release"
[com.obatis/obatis-office "1.0.2-release"]