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