GroupId | GroupIdorg.copper-engine |
---|---|
ArtifactId | ArtifactIdcopper-spring |
Version | Version4.1.1 |
Type | Typejar |
Filename | Size |
---|---|
copper-spring-4.1.1.pom | |
copper-spring-4.1.1.jar | 14 KB |
copper-spring-4.1.1-tests.jar | 261 bytes |
copper-spring-4.1.1-sources.jar | 10 KB |
copper-spring-4.1.1-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.copper-engine/copper-spring/ -->
<dependency>
<groupId>org.copper-engine</groupId>
<artifactId>copper-spring</artifactId>
<version>4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.copper-engine/copper-spring/
implementation 'org.copper-engine:copper-spring:4.1.1'
// https://jarcasting.com/artifacts/org.copper-engine/copper-spring/
implementation ("org.copper-engine:copper-spring:4.1.1")
'org.copper-engine:copper-spring:jar:4.1.1'
<dependency org="org.copper-engine" name="copper-spring" rev="4.1.1">
<artifact name="copper-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.copper-engine', module='copper-spring', version='4.1.1')
)
libraryDependencies += "org.copper-engine" % "copper-spring" % "4.1.1"
[org.copper-engine/copper-spring "4.1.1"]