GroupId | GroupIdcom.github.rmannibucau |
---|---|
ArtifactId | ArtifactIdrule-them-all |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
rule-them-all-0.1.pom | |
rule-them-all-0.1.jar | 16 KB |
rule-them-all-0.1-sources.jar | 7 KB |
rule-them-all-0.1-javadoc.jar | 95 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rmannibucau/rule-them-all/
implementation 'com.github.rmannibucau:rule-them-all:0.1'
// https://jarcasting.com/artifacts/com.github.rmannibucau/rule-them-all/
implementation ("com.github.rmannibucau:rule-them-all:0.1")
'com.github.rmannibucau:rule-them-all:jar:0.1'
<dependency org="com.github.rmannibucau" name="rule-them-all" rev="0.1">
<artifact name="rule-them-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rmannibucau', module='rule-them-all', version='0.1')
)
libraryDependencies += "com.github.rmannibucau" % "rule-them-all" % "0.1"
[com.github.rmannibucau/rule-them-all "0.1"]