Categories |
CategoriesMyBatis Data ORM |
---|---|
GroupId | GroupIdtk.mybatis |
ArtifactId | ArtifactIdorderby-helper |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
orderby-helper-0.0.1.pom | |
orderby-helper-0.0.1.jar | 7 KB |
orderby-helper-0.0.1-sources.jar | 4 KB |
orderby-helper-0.0.1-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tk.mybatis/orderby-helper/ -->
<dependency>
<groupId>tk.mybatis</groupId>
<artifactId>orderby-helper</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/tk.mybatis/orderby-helper/
implementation 'tk.mybatis:orderby-helper:0.0.1'
// https://jarcasting.com/artifacts/tk.mybatis/orderby-helper/
implementation ("tk.mybatis:orderby-helper:0.0.1")
'tk.mybatis:orderby-helper:jar:0.0.1'
<dependency org="tk.mybatis" name="orderby-helper" rev="0.0.1">
<artifact name="orderby-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='tk.mybatis', module='orderby-helper', version='0.0.1')
)
libraryDependencies += "tk.mybatis" % "orderby-helper" % "0.0.1"
[tk.mybatis/orderby-helper "0.0.1"]