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