Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdxyz.redrain |
ArtifactId | ArtifactIdmybatis-help |
Version | Version1.0.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
mybatis-help-1.0.0-RELEASE.pom | |
mybatis-help-1.0.0-RELEASE.jar | 20 KB |
mybatis-help-1.0.0-RELEASE-sources.jar | 13 KB |
mybatis-help-1.0.0-RELEASE-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.redrain/mybatis-help/ -->
<dependency>
<groupId>xyz.redrain</groupId>
<artifactId>mybatis-help</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.redrain/mybatis-help/
implementation 'xyz.redrain:mybatis-help:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/xyz.redrain/mybatis-help/
implementation ("xyz.redrain:mybatis-help:1.0.0-RELEASE")
'xyz.redrain:mybatis-help:jar:1.0.0-RELEASE'
<dependency org="xyz.redrain" name="mybatis-help" rev="1.0.0-RELEASE">
<artifact name="mybatis-help" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.redrain', module='mybatis-help', version='1.0.0-RELEASE')
)
libraryDependencies += "xyz.redrain" % "mybatis-help" % "1.0.0-RELEASE"
[xyz.redrain/mybatis-help "1.0.0-RELEASE"]