License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdorg.mybatis |
ArtifactId | ArtifactIdmybatis-cdi |
Version | Version1.1.1 |
Type | Typejar |
Description |
Descriptionmybatis-cdi
The MyBatis parent POM.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mybatis-cdi-1.1.1.pom | |
mybatis-cdi-1.1.1.jar | 28 KB |
mybatis-cdi-1.1.1-sources.jar | 23 KB |
mybatis-cdi-1.1.1-javadoc.jar | 460 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mybatis/mybatis-cdi/ -->
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-cdi</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mybatis/mybatis-cdi/
implementation 'org.mybatis:mybatis-cdi:1.1.1'
// https://jarcasting.com/artifacts/org.mybatis/mybatis-cdi/
implementation ("org.mybatis:mybatis-cdi:1.1.1")
'org.mybatis:mybatis-cdi:jar:1.1.1'
<dependency org="org.mybatis" name="mybatis-cdi" rev="1.1.1">
<artifact name="mybatis-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mybatis', module='mybatis-cdi', version='1.1.1')
)
libraryDependencies += "org.mybatis" % "mybatis-cdi" % "1.1.1"
[org.mybatis/mybatis-cdi "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.5.3 |
jakarta.annotation : jakarta.annotation-api | jar | 1.3.5 |
jakarta.transaction : jakarta.transaction-api | jar | 1.3.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |
com.atomikos : transactions-jdbc | jar | 5.0.6 |
org.apache.derby : derby | jar | 10.14.2.0 |
org.mockito : mockito-core | jar | 3.2.4 |
org.mockito : mockito-junit-jupiter | jar | 3.2.4 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.slf4j : slf4j-simple | jar | 1.7.30 |