GroupId | GroupIdcom.peterphi.std |
---|---|
ArtifactId | ArtifactIdstdlib-rules |
Version | Version9.2.0 |
Type | Typejar |
Filename | Size |
---|---|
stdlib-rules-9.2.0.pom | |
stdlib-rules-9.2.0.jar | 23 KB |
stdlib-rules-9.2.0-sources.jar | 13 KB |
stdlib-rules-9.2.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.peterphi.std/stdlib-rules/
implementation 'com.peterphi.std:stdlib-rules:9.2.0'
// https://jarcasting.com/artifacts/com.peterphi.std/stdlib-rules/
implementation ("com.peterphi.std:stdlib-rules:9.2.0")
'com.peterphi.std:stdlib-rules:jar:9.2.0'
<dependency org="com.peterphi.std" name="stdlib-rules" rev="9.2.0">
<artifact name="stdlib-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.peterphi.std', module='stdlib-rules', version='9.2.0')
)
libraryDependencies += "com.peterphi.std" % "stdlib-rules" % "9.2.0"
[com.peterphi.std/stdlib-rules "9.2.0"]