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