| GroupId | GroupIdcom.github.bakerln.framework |
|---|---|
| ArtifactId | ArtifactIdcommon-framework-dao |
| Version | Version1.0.0-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-framework-dao-1.0.0-RELEASE.pom | |
| common-framework-dao-1.0.0-RELEASE.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bakerln.framework/common-framework-dao/ -->
<dependency>
<groupId>com.github.bakerln.framework</groupId>
<artifactId>common-framework-dao</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bakerln.framework/common-framework-dao/
implementation 'com.github.bakerln.framework:common-framework-dao:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.bakerln.framework/common-framework-dao/
implementation ("com.github.bakerln.framework:common-framework-dao:1.0.0-RELEASE")
'com.github.bakerln.framework:common-framework-dao:jar:1.0.0-RELEASE'
<dependency org="com.github.bakerln.framework" name="common-framework-dao" rev="1.0.0-RELEASE">
<artifact name="common-framework-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bakerln.framework', module='common-framework-dao', version='1.0.0-RELEASE')
)
libraryDependencies += "com.github.bakerln.framework" % "common-framework-dao" % "1.0.0-RELEASE"
[com.github.bakerln.framework/common-framework-dao "1.0.0-RELEASE"]