| GroupId | GroupIdorg.smallmind |
|---|---|
| ArtifactId | ArtifactIdscribe-pen |
| Version | Version3.5.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| scribe-pen-3.5.1.pom | |
| scribe-pen-3.5.1.jar | 108 KB |
| scribe-pen-3.5.1-sources.jar | 81 KB |
| scribe-pen-3.5.1-javadoc.jar | 335 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.smallmind/scribe-pen/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>scribe-pen</artifactId>
<version>3.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/scribe-pen/
implementation 'org.smallmind:scribe-pen:3.5.1'
// https://jarcasting.com/artifacts/org.smallmind/scribe-pen/
implementation ("org.smallmind:scribe-pen:3.5.1")
'org.smallmind:scribe-pen:jar:3.5.1'
<dependency org="org.smallmind" name="scribe-pen" rev="3.5.1">
<artifact name="scribe-pen" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='scribe-pen', version='3.5.1')
)
libraryDependencies += "org.smallmind" % "scribe-pen" % "3.5.1"
[org.smallmind/scribe-pen "3.5.1"]