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