| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.roneetshaw |
| Идентификатор | Идентификаторarithmetic-app |
| Последняя версия | Последняя версия1.0.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеArthimetic library
A simple arthimetic library in Maven central
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| arithmetic-app-1.0.3.pom | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.roneetshaw/arithmetic-app/ -->
<dependency>
<groupId>com.github.roneetshaw</groupId>
<artifactId>arithmetic-app</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.roneetshaw/arithmetic-app/
implementation 'com.github.roneetshaw:arithmetic-app:1.0.3'
// https://jarcasting.com/artifacts/com.github.roneetshaw/arithmetic-app/
implementation ("com.github.roneetshaw:arithmetic-app:1.0.3")
'com.github.roneetshaw:arithmetic-app:pom:1.0.3'
<dependency org="com.github.roneetshaw" name="arithmetic-app" rev="1.0.3">
<artifact name="arithmetic-app" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.roneetshaw', module='arithmetic-app', version='1.0.3')
)
libraryDependencies += "com.github.roneetshaw" % "arithmetic-app" % "1.0.3"
[com.github.roneetshaw/arithmetic-app "1.0.3"]