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