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