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