Categories |
CategoriesAnt Build Tools MyBatis Data ORM |
---|---|
GroupId | GroupIdcom.github.satant |
ArtifactId | ArtifactIdpj.mybatis |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
pj.mybatis-2.1.1.pom | |
pj.mybatis-2.1.1.jar | 25 KB |
pj.mybatis-2.1.1-sources.jar | 20 KB |
pj.mybatis-2.1.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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.satant/pj.mybatis/
implementation 'com.github.satant:pj.mybatis:2.1.1'
// https://jarcasting.com/artifacts/com.github.satant/pj.mybatis/
implementation ("com.github.satant:pj.mybatis:2.1.1")
'com.github.satant:pj.mybatis:jar:2.1.1'
<dependency org="com.github.satant" name="pj.mybatis" rev="2.1.1">
<artifact name="pj.mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.satant', module='pj.mybatis', version='2.1.1')
)
libraryDependencies += "com.github.satant" % "pj.mybatis" % "2.1.1"
[com.github.satant/pj.mybatis "2.1.1"]