GroupId | GroupIdcom.java-adventures.smarkdown |
---|---|
ArtifactId | ArtifactIdsmarkdown-location-file |
Version | Version0.6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.java-adventures.smarkdown/smarkdown-location-file/ -->
<dependency>
<groupId>com.java-adventures.smarkdown</groupId>
<artifactId>smarkdown-location-file</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.java-adventures.smarkdown/smarkdown-location-file/
implementation 'com.java-adventures.smarkdown:smarkdown-location-file:0.6.0'
// https://jarcasting.com/artifacts/com.java-adventures.smarkdown/smarkdown-location-file/
implementation ("com.java-adventures.smarkdown:smarkdown-location-file:0.6.0")
'com.java-adventures.smarkdown:smarkdown-location-file:jar:0.6.0'
<dependency org="com.java-adventures.smarkdown" name="smarkdown-location-file" rev="0.6.0">
<artifact name="smarkdown-location-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.java-adventures.smarkdown', module='smarkdown-location-file', version='0.6.0')
)
libraryDependencies += "com.java-adventures.smarkdown" % "smarkdown-location-file" % "0.6.0"
[com.java-adventures.smarkdown/smarkdown-location-file "0.6.0"]