| Группа | Группаorg.hjug.refactorfirst |
|---|---|
| Идентификатор | Идентификаторrefactor-first |
| Версия | Версия0.1.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| refactor-first-0.1.0.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.hjug.refactorfirst/refactor-first/ -->
<dependency>
<groupId>org.hjug.refactorfirst</groupId>
<artifactId>refactor-first</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hjug.refactorfirst/refactor-first/
implementation 'org.hjug.refactorfirst:refactor-first:0.1.0'
// https://jarcasting.com/artifacts/org.hjug.refactorfirst/refactor-first/
implementation ("org.hjug.refactorfirst:refactor-first:0.1.0")
'org.hjug.refactorfirst:refactor-first:pom:0.1.0'
<dependency org="org.hjug.refactorfirst" name="refactor-first" rev="0.1.0">
<artifact name="refactor-first" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hjug.refactorfirst', module='refactor-first', version='0.1.0')
)
libraryDependencies += "org.hjug.refactorfirst" % "refactor-first" % "0.1.0"
[org.hjug.refactorfirst/refactor-first "0.1.0"]