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