GroupId | GroupIdcom.github.rmannibucau |
---|---|
ArtifactId | ArtifactIdrule-them-all |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
rule-them-all-0.2.pom | |
rule-them-all-0.2.jar | 46 KB |
rule-them-all-0.2-sources.jar | 18 KB |
rule-them-all-0.2-javadoc.jar | 152 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rmannibucau/rule-them-all/ -->
<dependency>
<groupId>com.github.rmannibucau</groupId>
<artifactId>rule-them-all</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau/rule-them-all/
implementation 'com.github.rmannibucau:rule-them-all:0.2'
// https://jarcasting.com/artifacts/com.github.rmannibucau/rule-them-all/
implementation ("com.github.rmannibucau:rule-them-all:0.2")
'com.github.rmannibucau:rule-them-all:jar:0.2'
<dependency org="com.github.rmannibucau" name="rule-them-all" rev="0.2">
<artifact name="rule-them-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau', module='rule-them-all', version='0.2')
)
libraryDependencies += "com.github.rmannibucau" % "rule-them-all" % "0.2"
[com.github.rmannibucau/rule-them-all "0.2"]