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