GroupId | GroupIdcom.peterphi.std |
---|---|
ArtifactId | ArtifactIdstdlib-parent |
Version | Version9.6.1 |
Type | Typepom |
Filename | Size |
---|---|
stdlib-parent-9.6.1.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.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.peterphi.std/stdlib-parent/
implementation 'com.peterphi.std:stdlib-parent:9.6.1'
// https://jarcasting.com/artifacts/com.peterphi.std/stdlib-parent/
implementation ("com.peterphi.std:stdlib-parent:9.6.1")
'com.peterphi.std:stdlib-parent:pom:9.6.1'
<dependency org="com.peterphi.std" name="stdlib-parent" rev="9.6.1">
<artifact name="stdlib-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.peterphi.std', module='stdlib-parent', version='9.6.1')
)
libraryDependencies += "com.peterphi.std" % "stdlib-parent" % "9.6.1"
[com.peterphi.std/stdlib-parent "9.6.1"]