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