| Категории |
КатегорииGithub Инструменты разработки Контроль версий |
|---|---|
| Группа | Группаcom.java-adventures.smarkdown |
| Идентификатор | Идентификаторsmarkdown-location-github |
| Версия | Версия0.7.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.java-adventures.smarkdown/smarkdown-location-github/ -->
<dependency>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-location-github</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.java-adventures.smarkdown/smarkdown-location-github/
implementation 'com.java-adventures.smarkdown:smarkdown-location-github:0.7.0'
// https://jarcasting.com/artifacts/com.java-adventures.smarkdown/smarkdown-location-github/
implementation ("com.java-adventures.smarkdown:smarkdown-location-github:0.7.0")
'com.java-adventures.smarkdown:smarkdown-location-github:jar:0.7.0'
<dependency org="com.java-adventures.smarkdown" name="smarkdown-location-github" rev="0.7.0">
<artifact name="smarkdown-location-github" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.java-adventures.smarkdown', module='smarkdown-location-github', version='0.7.0')
)
libraryDependencies += "com.java-adventures.smarkdown" % "smarkdown-location-github" % "0.7.0"
[com.java-adventures.smarkdown/smarkdown-location-github "0.7.0"]