Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.peterphi.std.index |
ArtifactId | ArtifactIdindex-parent |
Version | Version7.2.2 |
Type | Typepom |
Filename | Size |
---|---|
index-parent-7.2.2.pom | 794 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.peterphi.std.index/index-parent/ -->
<dependency>
<groupId>com.peterphi.std.index</groupId>
<artifactId>index-parent</artifactId>
<version>7.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.peterphi.std.index/index-parent/
implementation 'com.peterphi.std.index:index-parent:7.2.2'
// https://jarcasting.com/artifacts/com.peterphi.std.index/index-parent/
implementation ("com.peterphi.std.index:index-parent:7.2.2")
'com.peterphi.std.index:index-parent:pom:7.2.2'
<dependency org="com.peterphi.std.index" name="index-parent" rev="7.2.2">
<artifact name="index-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.peterphi.std.index', module='index-parent', version='7.2.2')
)
libraryDependencies += "com.peterphi.std.index" % "index-parent" % "7.2.2"
[com.peterphi.std.index/index-parent "7.2.2"]