| License | License | 
|---|---|
| Categories | CategoriesAnt Build Tools MyBatis Data ORM | 
| GroupId | GroupIdcom.github.satant | 
| ArtifactId | ArtifactIdpj.mybatis | 
| Last Version | Last Version2.2.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionpj.mybatis Parent pom providing dependency and plugin management for applications
		built with Maven | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| pj.mybatis-2.2.1.pom | |
| pj.mybatis-2.2.1.jar | 25 KB | 
| pj.mybatis-2.2.1-sources.jar | 20 KB | 
| pj.mybatis-2.2.1-javadoc.jar | 219 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.satant/pj.mybatis/ -->
<dependency>
    <groupId>com.github.satant</groupId>
    <artifactId>pj.mybatis</artifactId>
    <version>2.2.1</version>
</dependency>// https://jarcasting.com/artifacts/com.github.satant/pj.mybatis/
implementation 'com.github.satant:pj.mybatis:2.2.1'// https://jarcasting.com/artifacts/com.github.satant/pj.mybatis/
implementation ("com.github.satant:pj.mybatis:2.2.1")'com.github.satant:pj.mybatis:jar:2.2.1'<dependency org="com.github.satant" name="pj.mybatis" rev="2.2.1">
  <artifact name="pj.mybatis" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.satant', module='pj.mybatis', version='2.2.1')
)libraryDependencies += "com.github.satant" % "pj.mybatis" % "2.2.1"[com.github.satant/pj.mybatis "2.2.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| commons-beanutils : commons-beanutils | jar | 1.9.3 | 
| org.apache.commons : commons-lang3 | jar | 3.7 | 
| javax.persistence : persistence-api | jar | 1.0.2 | 
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 1.3.2 | 
| tk.mybatis : mapper | jar | 4.0.2 | 
| tk.mybatis : mapper-spring | jar | 1.0.1 |