GroupId | GroupIdcom.github.resource4j |
---|---|
ArtifactId | ArtifactIdresource4j-spring |
Version | Version3.1.1 |
Type | Typejar |
Filename | Size |
---|---|
resource4j-spring-3.1.1.pom | |
resource4j-spring-3.1.1.jar | 28 KB |
resource4j-spring-3.1.1-sources.jar | 19 KB |
resource4j-spring-3.1.1-javadoc.jar | 126 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.resource4j/resource4j-spring/ -->
<dependency>
<groupId>com.github.resource4j</groupId>
<artifactId>resource4j-spring</artifactId>
<version>3.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.resource4j/resource4j-spring/
implementation 'com.github.resource4j:resource4j-spring:3.1.1'
// https://jarcasting.com/artifacts/com.github.resource4j/resource4j-spring/
implementation ("com.github.resource4j:resource4j-spring:3.1.1")
'com.github.resource4j:resource4j-spring:jar:3.1.1'
<dependency org="com.github.resource4j" name="resource4j-spring" rev="3.1.1">
<artifact name="resource4j-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.resource4j', module='resource4j-spring', version='3.1.1')
)
libraryDependencies += "com.github.resource4j" % "resource4j-spring" % "3.1.1"
[com.github.resource4j/resource4j-spring "3.1.1"]