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