Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.aidensuen |
ArtifactId | ArtifactIdmongodao-parent |
Version | Version2 |
Type | Typepom |
Filename | Size |
---|---|
mongodao-parent-2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.aidensuen/mongodao-parent/ -->
<dependency>
<groupId>com.github.aidensuen</groupId>
<artifactId>mongodao-parent</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.aidensuen/mongodao-parent/
implementation 'com.github.aidensuen:mongodao-parent:2'
// https://jarcasting.com/artifacts/com.github.aidensuen/mongodao-parent/
implementation ("com.github.aidensuen:mongodao-parent:2")
'com.github.aidensuen:mongodao-parent:pom:2'
<dependency org="com.github.aidensuen" name="mongodao-parent" rev="2">
<artifact name="mongodao-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.aidensuen', module='mongodao-parent', version='2')
)
libraryDependencies += "com.github.aidensuen" % "mongodao-parent" % "2"
[com.github.aidensuen/mongodao-parent "2"]