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