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