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