| License |
License |
|---|---|
| GroupId | GroupIdcom.brihaspathee.operation |
| ArtifactId | ArtifactIdoperation |
| Version | Version1.0.5 |
| Type | Typejar |
| Description |
DescriptionSimple-Arithmetic
Simple Arithmetic Operation
|
| Filename | Size |
|---|---|
| operation-1.0.5.pom | |
| operation-1.0.5.jar | 3 KB |
| operation-1.0.5-sources.jar | 3 KB |
| operation-1.0.5-javadoc.jar | 115 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.brihaspathee.operation/operation/ -->
<dependency>
<groupId>com.brihaspathee.operation</groupId>
<artifactId>operation</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.brihaspathee.operation/operation/
implementation 'com.brihaspathee.operation:operation:1.0.5'
// https://jarcasting.com/artifacts/com.brihaspathee.operation/operation/
implementation ("com.brihaspathee.operation:operation:1.0.5")
'com.brihaspathee.operation:operation:jar:1.0.5'
<dependency org="com.brihaspathee.operation" name="operation" rev="1.0.5">
<artifact name="operation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brihaspathee.operation', module='operation', version='1.0.5')
)
libraryDependencies += "com.brihaspathee.operation" % "operation" % "1.0.5"
[com.brihaspathee.operation/operation "1.0.5"]