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