| GroupId | GroupIdde.alpharogroup |
|---|---|
| ArtifactId | ArtifactIdsilly-math |
| Version | Version1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| silly-math-1.pom | |
| silly-math-1.jar | 6 KB |
| silly-math-1-sources.jar | 6 KB |
| silly-math-1-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.alpharogroup/silly-math/ -->
<dependency>
<groupId>de.alpharogroup</groupId>
<artifactId>silly-math</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/de.alpharogroup/silly-math/
implementation 'de.alpharogroup:silly-math:1'
// https://jarcasting.com/artifacts/de.alpharogroup/silly-math/
implementation ("de.alpharogroup:silly-math:1")
'de.alpharogroup:silly-math:jar:1'
<dependency org="de.alpharogroup" name="silly-math" rev="1">
<artifact name="silly-math" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.alpharogroup', module='silly-math', version='1')
)
libraryDependencies += "de.alpharogroup" % "silly-math" % "1"
[de.alpharogroup/silly-math "1"]