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