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