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