Categories |
Categoriesconfig Application Layer Libs Configuration MyBatis Data ORM |
---|---|
GroupId | GroupIdtop.beanshell |
ArtifactId | ArtifactIdram-config-mybatis |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ram-config-mybatis-1.0.0.pom | |
ram-config-mybatis-1.0.0.jar | 8 KB |
ram-config-mybatis-1.0.0-sources.jar | 5 KB |
ram-config-mybatis-1.0.0-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.beanshell/ram-config-mybatis/ -->
<dependency>
<groupId>top.beanshell</groupId>
<artifactId>ram-config-mybatis</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.beanshell/ram-config-mybatis/
implementation 'top.beanshell:ram-config-mybatis:1.0.0'
// https://jarcasting.com/artifacts/top.beanshell/ram-config-mybatis/
implementation ("top.beanshell:ram-config-mybatis:1.0.0")
'top.beanshell:ram-config-mybatis:jar:1.0.0'
<dependency org="top.beanshell" name="ram-config-mybatis" rev="1.0.0">
<artifact name="ram-config-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.beanshell', module='ram-config-mybatis', version='1.0.0')
)
libraryDependencies += "top.beanshell" % "ram-config-mybatis" % "1.0.0"
[top.beanshell/ram-config-mybatis "1.0.0"]