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