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