GroupId | GroupIdcc.redberry |
---|---|
ArtifactId | ArtifactIdphysics |
Version | Version1.1.6-RC1 |
Type | Typejar |
Filename | Size |
---|---|
physics-1.1.6-RC1.pom | |
physics-1.1.6-RC1.jar | 64 KB |
physics-1.1.6-RC1-sources.jar | 45 KB |
physics-1.1.6-RC1-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cc.redberry/physics/ -->
<dependency>
<groupId>cc.redberry</groupId>
<artifactId>physics</artifactId>
<version>1.1.6-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/cc.redberry/physics/
implementation 'cc.redberry:physics:1.1.6-RC1'
// https://jarcasting.com/artifacts/cc.redberry/physics/
implementation ("cc.redberry:physics:1.1.6-RC1")
'cc.redberry:physics:jar:1.1.6-RC1'
<dependency org="cc.redberry" name="physics" rev="1.1.6-RC1">
<artifact name="physics" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.redberry', module='physics', version='1.1.6-RC1')
)
libraryDependencies += "cc.redberry" % "physics" % "1.1.6-RC1"
[cc.redberry/physics "1.1.6-RC1"]