GroupId | GroupIdcom.peterphi.std |
---|---|
ArtifactId | ArtifactIdstdlib-rules |
Version | Version9.2.3 |
Type | Typejar |
Filename | Size |
---|---|
stdlib-rules-9.2.3.pom | |
stdlib-rules-9.2.3.jar | 23 KB |
stdlib-rules-9.2.3-sources.jar | 15 KB |
stdlib-rules-9.2.3-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.peterphi.std/stdlib-rules/ -->
<dependency>
<groupId>com.peterphi.std</groupId>
<artifactId>stdlib-rules</artifactId>
<version>9.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.peterphi.std/stdlib-rules/
implementation 'com.peterphi.std:stdlib-rules:9.2.3'
// https://jarcasting.com/artifacts/com.peterphi.std/stdlib-rules/
implementation ("com.peterphi.std:stdlib-rules:9.2.3")
'com.peterphi.std:stdlib-rules:jar:9.2.3'
<dependency org="com.peterphi.std" name="stdlib-rules" rev="9.2.3">
<artifact name="stdlib-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.peterphi.std', module='stdlib-rules', version='9.2.3')
)
libraryDependencies += "com.peterphi.std" % "stdlib-rules" % "9.2.3"
[com.peterphi.std/stdlib-rules "9.2.3"]