GroupId | GroupIdtk.labyrinth |
---|---|
ArtifactId | ArtifactIdexpresso-parent |
Version | Version1.1.0 |
Type | Typepom |
Filename | Size |
---|---|
expresso-parent-1.1.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tk.labyrinth/expresso-parent/ -->
<dependency>
<groupId>tk.labyrinth</groupId>
<artifactId>expresso-parent</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tk.labyrinth/expresso-parent/
implementation 'tk.labyrinth:expresso-parent:1.1.0'
// https://jarcasting.com/artifacts/tk.labyrinth/expresso-parent/
implementation ("tk.labyrinth:expresso-parent:1.1.0")
'tk.labyrinth:expresso-parent:pom:1.1.0'
<dependency org="tk.labyrinth" name="expresso-parent" rev="1.1.0">
<artifact name="expresso-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='tk.labyrinth', module='expresso-parent', version='1.1.0')
)
libraryDependencies += "tk.labyrinth" % "expresso-parent" % "1.1.0"
[tk.labyrinth/expresso-parent "1.1.0"]