GroupId | GroupIdcom.midcu |
---|---|
ArtifactId | ArtifactIdauth-dao |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
auth-dao-0.0.1.pom | |
auth-dao-0.0.1.jar | 34 KB |
auth-dao-0.0.1-sources.jar | 15 KB |
auth-dao-0.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.midcu/auth-dao/
implementation 'com.midcu:auth-dao:0.0.1'
// https://jarcasting.com/artifacts/com.midcu/auth-dao/
implementation ("com.midcu:auth-dao:0.0.1")
'com.midcu:auth-dao:jar:0.0.1'
<dependency org="com.midcu" name="auth-dao" rev="0.0.1">
<artifact name="auth-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.midcu', module='auth-dao', version='0.0.1')
)
libraryDependencies += "com.midcu" % "auth-dao" % "0.0.1"
[com.midcu/auth-dao "0.0.1"]