Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.aidensuen |
ArtifactId | ArtifactIdmongodao |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
mongodao-1.1.1.pom | |
mongodao-1.1.1.jar | 180 KB |
mongodao-1.1.1-sources.jar | 104 KB |
mongodao-1.1.1-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.aidensuen/mongodao/ -->
<dependency>
<groupId>com.github.aidensuen</groupId>
<artifactId>mongodao</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aidensuen/mongodao/
implementation 'com.github.aidensuen:mongodao:1.1.1'
// https://jarcasting.com/artifacts/com.github.aidensuen/mongodao/
implementation ("com.github.aidensuen:mongodao:1.1.1")
'com.github.aidensuen:mongodao:jar:1.1.1'
<dependency org="com.github.aidensuen" name="mongodao" rev="1.1.1">
<artifact name="mongodao" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aidensuen', module='mongodao', version='1.1.1')
)
libraryDependencies += "com.github.aidensuen" % "mongodao" % "1.1.1"
[com.github.aidensuen/mongodao "1.1.1"]