GroupId | GroupIdcom.peterphi.std |
---|---|
ArtifactId | ArtifactIdstdlib-parent |
Version | Version6.0.6 |
Type | Typepom |
Filename | Size |
---|---|
stdlib-parent-6.0.6.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.peterphi.std/stdlib-parent/ -->
<dependency>
<groupId>com.peterphi.std</groupId>
<artifactId>stdlib-parent</artifactId>
<version>6.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.peterphi.std/stdlib-parent/
implementation 'com.peterphi.std:stdlib-parent:6.0.6'
// https://jarcasting.com/artifacts/com.peterphi.std/stdlib-parent/
implementation ("com.peterphi.std:stdlib-parent:6.0.6")
'com.peterphi.std:stdlib-parent:pom:6.0.6'
<dependency org="com.peterphi.std" name="stdlib-parent" rev="6.0.6">
<artifact name="stdlib-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.peterphi.std', module='stdlib-parent', version='6.0.6')
)
libraryDependencies += "com.peterphi.std" % "stdlib-parent" % "6.0.6"
[com.peterphi.std/stdlib-parent "6.0.6"]