GroupId | GroupIdat.chrl |
---|---|
ArtifactId | ArtifactIdchrl-rebellion |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
chrl-rebellion-1.0.0.pom | |
chrl-rebellion-1.0.0.jar | 39 KB |
chrl-rebellion-1.0.0-sources.jar | 39 KB |
chrl-rebellion-1.0.0-javadoc.jar | 203 KB |
Browse |
<!-- https://jarcasting.com/artifacts/at.chrl/chrl-rebellion/ -->
<dependency>
<groupId>at.chrl</groupId>
<artifactId>chrl-rebellion</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/at.chrl/chrl-rebellion/
implementation 'at.chrl:chrl-rebellion:1.0.0'
// https://jarcasting.com/artifacts/at.chrl/chrl-rebellion/
implementation ("at.chrl:chrl-rebellion:1.0.0")
'at.chrl:chrl-rebellion:jar:1.0.0'
<dependency org="at.chrl" name="chrl-rebellion" rev="1.0.0">
<artifact name="chrl-rebellion" type="jar" />
</dependency>
@Grapes(
@Grab(group='at.chrl', module='chrl-rebellion', version='1.0.0')
)
libraryDependencies += "at.chrl" % "chrl-rebellion" % "1.0.0"
[at.chrl/chrl-rebellion "1.0.0"]