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