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