GroupId | GroupIdio.github.easy-do |
---|---|
ArtifactId | ArtifactIdeasy-do-parent |
Version | Version0.0.1 |
Type | Typepom |
Filename | Size |
---|---|
easy-do-parent-0.0.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.easy-do/easy-do-parent/ -->
<dependency>
<groupId>io.github.easy-do</groupId>
<artifactId>easy-do-parent</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.easy-do/easy-do-parent/
implementation 'io.github.easy-do:easy-do-parent:0.0.1'
// https://jarcasting.com/artifacts/io.github.easy-do/easy-do-parent/
implementation ("io.github.easy-do:easy-do-parent:0.0.1")
'io.github.easy-do:easy-do-parent:pom:0.0.1'
<dependency org="io.github.easy-do" name="easy-do-parent" rev="0.0.1">
<artifact name="easy-do-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.easy-do', module='easy-do-parent', version='0.0.1')
)
libraryDependencies += "io.github.easy-do" % "easy-do-parent" % "0.0.1"
[io.github.easy-do/easy-do-parent "0.0.1"]