GroupId | GroupIdch.obermuhlner |
---|---|
ArtifactId | ArtifactIdbig-math |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
big-math-1.0.0.pom | |
big-math-1.0.0.jar | 27 KB |
big-math-1.0.0-sources.jar | 23 KB |
big-math-1.0.0-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.obermuhlner/big-math/ -->
<dependency>
<groupId>ch.obermuhlner</groupId>
<artifactId>big-math</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.obermuhlner/big-math/
implementation 'ch.obermuhlner:big-math:1.0.0'
// https://jarcasting.com/artifacts/ch.obermuhlner/big-math/
implementation ("ch.obermuhlner:big-math:1.0.0")
'ch.obermuhlner:big-math:jar:1.0.0'
<dependency org="ch.obermuhlner" name="big-math" rev="1.0.0">
<artifact name="big-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.obermuhlner', module='big-math', version='1.0.0')
)
libraryDependencies += "ch.obermuhlner" % "big-math" % "1.0.0"
[ch.obermuhlner/big-math "1.0.0"]