| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdco.abit.api.identity |
| ArtifactId | ArtifactIdidentity-repository-ibatis |
| Version | Version1.0.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/co.abit.api.identity/identity-repository-ibatis/ -->
<dependency>
<groupId>co.abit.api.identity</groupId>
<artifactId>identity-repository-ibatis</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.abit.api.identity/identity-repository-ibatis/
implementation 'co.abit.api.identity:identity-repository-ibatis:1.0.1'
// https://jarcasting.com/artifacts/co.abit.api.identity/identity-repository-ibatis/
implementation ("co.abit.api.identity:identity-repository-ibatis:1.0.1")
'co.abit.api.identity:identity-repository-ibatis:jar:1.0.1'
<dependency org="co.abit.api.identity" name="identity-repository-ibatis" rev="1.0.1">
<artifact name="identity-repository-ibatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.abit.api.identity', module='identity-repository-ibatis', version='1.0.1')
)
libraryDependencies += "co.abit.api.identity" % "identity-repository-ibatis" % "1.0.1"
[co.abit.api.identity/identity-repository-ibatis "1.0.1"]