GroupId | GroupIdio.machinecode |
---|---|
ArtifactId | ArtifactIdmachinecode-parent |
Version | Version1.0.4 |
Type | Typepom |
Filename | Size |
---|---|
machinecode-parent-1.0.4.pom | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.machinecode/machinecode-parent/ -->
<dependency>
<groupId>io.machinecode</groupId>
<artifactId>machinecode-parent</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.machinecode/machinecode-parent/
implementation 'io.machinecode:machinecode-parent:1.0.4'
// https://jarcasting.com/artifacts/io.machinecode/machinecode-parent/
implementation ("io.machinecode:machinecode-parent:1.0.4")
'io.machinecode:machinecode-parent:pom:1.0.4'
<dependency org="io.machinecode" name="machinecode-parent" rev="1.0.4">
<artifact name="machinecode-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.machinecode', module='machinecode-parent', version='1.0.4')
)
libraryDependencies += "io.machinecode" % "machinecode-parent" % "1.0.4"
[io.machinecode/machinecode-parent "1.0.4"]