| GroupId | GroupIdcom.outr |
|---|---|
| ArtifactId | ArtifactIdscribe-file_2.11 |
| Version | Version3.2.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| scribe-file_2.11-3.2.5.pom | |
| scribe-file_2.11-3.2.5.jar | 125 KB |
| scribe-file_2.11-3.2.5-sources.jar | 9 KB |
| scribe-file_2.11-3.2.5-javadoc.jar | 471 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.outr/scribe-file_2.11/ -->
<dependency>
<groupId>com.outr</groupId>
<artifactId>scribe-file_2.11</artifactId>
<version>3.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.outr/scribe-file_2.11/
implementation 'com.outr:scribe-file_2.11:3.2.5'
// https://jarcasting.com/artifacts/com.outr/scribe-file_2.11/
implementation ("com.outr:scribe-file_2.11:3.2.5")
'com.outr:scribe-file_2.11:jar:3.2.5'
<dependency org="com.outr" name="scribe-file_2.11" rev="3.2.5">
<artifact name="scribe-file_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outr', module='scribe-file_2.11', version='3.2.5')
)
libraryDependencies += "com.outr" % "scribe-file_2.11" % "3.2.5"
[com.outr/scribe-file_2.11 "3.2.5"]