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