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