Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.peterphi.std.index |
ArtifactId | ArtifactIdindex-parent |
Version | Version5.1.1 |
Type | Typepom |
Filename | Size |
---|---|
index-parent-5.1.1.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>5.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.peterphi.std.index/index-parent/
implementation 'com.peterphi.std.index:index-parent:5.1.1'
// https://jarcasting.com/artifacts/com.peterphi.std.index/index-parent/
implementation ("com.peterphi.std.index:index-parent:5.1.1")
'com.peterphi.std.index:index-parent:pom:5.1.1'
<dependency org="com.peterphi.std.index" name="index-parent" rev="5.1.1">
<artifact name="index-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.peterphi.std.index', module='index-parent', version='5.1.1')
)
libraryDependencies += "com.peterphi.std.index" % "index-parent" % "5.1.1"
[com.peterphi.std.index/index-parent "5.1.1"]