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