GroupId | GroupIdcom.midcu |
---|---|
ArtifactId | ArtifactIdauth-dao |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
auth-dao-0.0.2.pom | |
auth-dao-0.0.2.jar | 36 KB |
auth-dao-0.0.2-sources.jar | 16 KB |
auth-dao-0.0.2-javadoc.jar | 522 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.midcu/auth-dao/ -->
<dependency>
<groupId>com.midcu</groupId>
<artifactId>auth-dao</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.midcu/auth-dao/
implementation 'com.midcu:auth-dao:0.0.2'
// https://jarcasting.com/artifacts/com.midcu/auth-dao/
implementation ("com.midcu:auth-dao:0.0.2")
'com.midcu:auth-dao:jar:0.0.2'
<dependency org="com.midcu" name="auth-dao" rev="0.0.2">
<artifact name="auth-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.midcu', module='auth-dao', version='0.0.2')
)
libraryDependencies += "com.midcu" % "auth-dao" % "0.0.2"
[com.midcu/auth-dao "0.0.2"]