Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdcloud.agileframework |
ArtifactId | ArtifactIdagile-mybatis |
Version | Version2.1.0.M18 |
Type | Typejar |
Filename | Size |
---|---|
agile-mybatis-2.1.0.M18.pom | |
agile-mybatis-2.1.0.M18.jar | 40 KB |
agile-mybatis-2.1.0.M18-sources.jar | 22 KB |
agile-mybatis-2.1.0.M18-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cloud.agileframework/agile-mybatis/ -->
<dependency>
<groupId>cloud.agileframework</groupId>
<artifactId>agile-mybatis</artifactId>
<version>2.1.0.M18</version>
</dependency>
// https://jarcasting.com/artifacts/cloud.agileframework/agile-mybatis/
implementation 'cloud.agileframework:agile-mybatis:2.1.0.M18'
// https://jarcasting.com/artifacts/cloud.agileframework/agile-mybatis/
implementation ("cloud.agileframework:agile-mybatis:2.1.0.M18")
'cloud.agileframework:agile-mybatis:jar:2.1.0.M18'
<dependency org="cloud.agileframework" name="agile-mybatis" rev="2.1.0.M18">
<artifact name="agile-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='cloud.agileframework', module='agile-mybatis', version='2.1.0.M18')
)
libraryDependencies += "cloud.agileframework" % "agile-mybatis" % "2.1.0.M18"
[cloud.agileframework/agile-mybatis "2.1.0.M18"]