GroupId | GroupIdorg.smallmind |
---|---|
ArtifactId | ArtifactIdscribe-spring |
Version | Version2.4.12 |
Type | Typejar |
Filename | Size |
---|---|
scribe-spring-2.4.12.pom | |
scribe-spring-2.4.12.jar | 25 KB |
scribe-spring-2.4.12-sources.jar | 7 KB |
scribe-spring-2.4.12-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smallmind/scribe-spring/ -->
<dependency>
<groupId>org.smallmind</groupId>
<artifactId>scribe-spring</artifactId>
<version>2.4.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.smallmind/scribe-spring/
implementation 'org.smallmind:scribe-spring:2.4.12'
// https://jarcasting.com/artifacts/org.smallmind/scribe-spring/
implementation ("org.smallmind:scribe-spring:2.4.12")
'org.smallmind:scribe-spring:jar:2.4.12'
<dependency org="org.smallmind" name="scribe-spring" rev="2.4.12">
<artifact name="scribe-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smallmind', module='scribe-spring', version='2.4.12')
)
libraryDependencies += "org.smallmind" % "scribe-spring" % "2.4.12"
[org.smallmind/scribe-spring "2.4.12"]