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