MYBATIS Binary Distribution
The base-bundle-descriptor is a shared maven-assembly-plugin descriptor to create binary distributions for all MyBatis modules
License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdorg.mybatis |
ArtifactId | ArtifactIdbase-bundle-descriptor |
Last Version | Last Version9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMyBatis base bundle descriptor
MyBatis base bundle descriptor
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
base-bundle-descriptor-9.pom | |
base-bundle-descriptor-9.jar | 7 KB |
base-bundle-descriptor-9-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mybatis/base-bundle-descriptor/ -->
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>base-bundle-descriptor</artifactId>
<version>9</version>
</dependency>
// https://jarcasting.com/artifacts/org.mybatis/base-bundle-descriptor/
implementation 'org.mybatis:base-bundle-descriptor:9'
// https://jarcasting.com/artifacts/org.mybatis/base-bundle-descriptor/
implementation ("org.mybatis:base-bundle-descriptor:9")
'org.mybatis:base-bundle-descriptor:jar:9'
<dependency org="org.mybatis" name="base-bundle-descriptor" rev="9">
<artifact name="base-bundle-descriptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mybatis', module='base-bundle-descriptor', version='9')
)
libraryDependencies += "org.mybatis" % "base-bundle-descriptor" % "9"
[org.mybatis/base-bundle-descriptor "9"]
The base-bundle-descriptor is a shared maven-assembly-plugin descriptor to create binary distributions for all MyBatis modules