GroupId | GroupIdcom.github.stefanbirkner |
---|---|
ArtifactId | ArtifactIdsystem-rules |
Version | Version1.11.0 |
Type | Typejar |
Filename | Size |
---|---|
system-rules-1.11.0.pom | |
system-rules-1.11.0.jar | 29 KB |
system-rules-1.11.0-sources.jar | 19 KB |
system-rules-1.11.0-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stefanbirkner/system-rules/ -->
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-rules</artifactId>
<version>1.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stefanbirkner/system-rules/
implementation 'com.github.stefanbirkner:system-rules:1.11.0'
// https://jarcasting.com/artifacts/com.github.stefanbirkner/system-rules/
implementation ("com.github.stefanbirkner:system-rules:1.11.0")
'com.github.stefanbirkner:system-rules:jar:1.11.0'
<dependency org="com.github.stefanbirkner" name="system-rules" rev="1.11.0">
<artifact name="system-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stefanbirkner', module='system-rules', version='1.11.0')
)
libraryDependencies += "com.github.stefanbirkner" % "system-rules" % "1.11.0"
[com.github.stefanbirkner/system-rules "1.11.0"]