Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.github.informalin.framework |
ArtifactId | ArtifactIdparent |
Version | Version0.7 |
Type | Typepom |
Filename | Size |
---|---|
parent-0.7.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.informalin.framework/parent/ -->
<dependency>
<groupId>io.github.informalin.framework</groupId>
<artifactId>parent</artifactId>
<version>0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.informalin.framework/parent/
implementation 'io.github.informalin.framework:parent:0.7'
// https://jarcasting.com/artifacts/io.github.informalin.framework/parent/
implementation ("io.github.informalin.framework:parent:0.7")
'io.github.informalin.framework:parent:pom:0.7'
<dependency org="io.github.informalin.framework" name="parent" rev="0.7">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.informalin.framework', module='parent', version='0.7')
)
libraryDependencies += "io.github.informalin.framework" % "parent" % "0.7"
[io.github.informalin.framework/parent "0.7"]