| Группа | Группаcom.github.waleed-anjum |
|---|---|
| Идентификатор | Идентификаторmycommon |
| Версия | Версия1.2.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mycommon-1.2.3.pom | |
| mycommon-1.2.3.jar | 2 KB |
| mycommon-1.2.3-sources.jar | 742 bytes |
| mycommon-1.2.3-javadoc.jar | 361 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.waleed-anjum/mycommon/ -->
<dependency>
<groupId>com.github.waleed-anjum</groupId>
<artifactId>mycommon</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.waleed-anjum/mycommon/
implementation 'com.github.waleed-anjum:mycommon:1.2.3'
// https://jarcasting.com/artifacts/com.github.waleed-anjum/mycommon/
implementation ("com.github.waleed-anjum:mycommon:1.2.3")
'com.github.waleed-anjum:mycommon:jar:1.2.3'
<dependency org="com.github.waleed-anjum" name="mycommon" rev="1.2.3">
<artifact name="mycommon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.waleed-anjum', module='mycommon', version='1.2.3')
)
libraryDependencies += "com.github.waleed-anjum" % "mycommon" % "1.2.3"
[com.github.waleed-anjum/mycommon "1.2.3"]