| GroupId | GroupIdcom.outr |
|---|---|
| ArtifactId | ArtifactIdperfolation_3.0.0-RC1 |
| Version | Version1.2.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| perfolation_3.0.0-RC1-1.2.5.pom | |
| perfolation_3.0.0-RC1-1.2.5.jar | 76 KB |
| perfolation_3.0.0-RC1-1.2.5-sources.jar | 10 KB |
| perfolation_3.0.0-RC1-1.2.5-javadoc.jar | 241 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.outr/perfolation_3.0.0-RC1/ -->
<dependency>
<groupId>com.outr</groupId>
<artifactId>perfolation_3.0.0-RC1</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.outr/perfolation_3.0.0-RC1/
implementation 'com.outr:perfolation_3.0.0-RC1:1.2.5'
// https://jarcasting.com/artifacts/com.outr/perfolation_3.0.0-RC1/
implementation ("com.outr:perfolation_3.0.0-RC1:1.2.5")
'com.outr:perfolation_3.0.0-RC1:jar:1.2.5'
<dependency org="com.outr" name="perfolation_3.0.0-RC1" rev="1.2.5">
<artifact name="perfolation_3.0.0-RC1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outr', module='perfolation_3.0.0-RC1', version='1.2.5')
)
libraryDependencies += "com.outr" % "perfolation_3.0.0-RC1" % "1.2.5"
[com.outr/perfolation_3.0.0-RC1 "1.2.5"]