не последняя версия
Последняя версия 0.1.24

com.github.michaelruocco:library-template 0.1.3

Template repo to speed up creating new library projects

Группа

Группа

com.github.michaelruocco
Идентификатор

Идентификатор

library-template
Версия

Версия

0.1.3
Тип

Тип

jar

Скачать library-template 0.1.3


<!-- 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"]