Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.java-adventures.smarkdown |
ArtifactId | ArtifactIdsmarkdown-location-github |
Version | Version0.4.3 |
Type | Typejar |
<!-- 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.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.java-adventures.smarkdown/smarkdown-location-github/
implementation 'com.java-adventures.smarkdown:smarkdown-location-github:0.4.3'
// https://jarcasting.com/artifacts/com.java-adventures.smarkdown/smarkdown-location-github/
implementation ("com.java-adventures.smarkdown:smarkdown-location-github:0.4.3")
'com.java-adventures.smarkdown:smarkdown-location-github:jar:0.4.3'
<dependency org="com.java-adventures.smarkdown" name="smarkdown-location-github" rev="0.4.3">
<artifact name="smarkdown-location-github" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.java-adventures.smarkdown', module='smarkdown-location-github', version='0.4.3')
)
libraryDependencies += "com.java-adventures.smarkdown" % "smarkdown-location-github" % "0.4.3"
[com.java-adventures.smarkdown/smarkdown-location-github "0.4.3"]