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