| GroupId | GroupIdorg.redfx |
|---|---|
| ArtifactId | ArtifactIdstrange |
| Version | Version0.0.14 |
| Type | Typejar |
| Filename | Size |
|---|---|
| strange-0.0.14.pom | |
| strange-0.0.14.jar | 74 KB |
| strange-0.0.14-sources.jar | 73 KB |
| strange-0.0.14-javadoc.jar | 618 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.redfx/strange/ -->
<dependency>
<groupId>org.redfx</groupId>
<artifactId>strange</artifactId>
<version>0.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.redfx/strange/
implementation 'org.redfx:strange:0.0.14'
// https://jarcasting.com/artifacts/org.redfx/strange/
implementation ("org.redfx:strange:0.0.14")
'org.redfx:strange:jar:0.0.14'
<dependency org="org.redfx" name="strange" rev="0.0.14">
<artifact name="strange" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.redfx', module='strange', version='0.0.14')
)
libraryDependencies += "org.redfx" % "strange" % "0.0.14"
[org.redfx/strange "0.0.14"]