| Categories |
CategoriesIDE Development Tools MyBatis Data ORM |
|---|---|
| GroupId | GroupIdio.mybatis.provider |
| ArtifactId | ArtifactIdcore |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| core-0.0.1.pom | |
| core-0.0.1.jar | 28 KB |
| core-0.0.1-sources.jar | 20 KB |
| core-0.0.1-javadoc.jar | 96 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.mybatis.provider/core/ -->
<dependency>
<groupId>io.mybatis.provider</groupId>
<artifactId>core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.mybatis.provider/core/
implementation 'io.mybatis.provider:core:0.0.1'
// https://jarcasting.com/artifacts/io.mybatis.provider/core/
implementation ("io.mybatis.provider:core:0.0.1")
'io.mybatis.provider:core:jar:0.0.1'
<dependency org="io.mybatis.provider" name="core" rev="0.0.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mybatis.provider', module='core', version='0.0.1')
)
libraryDependencies += "io.mybatis.provider" % "core" % "0.0.1"
[io.mybatis.provider/core "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis | jar | |
| junit : junit | jar | |
| log4j : log4j | jar | |
| org.hsqldb : hsqldb | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.persistence : persistence-api | jar |