GroupId | GroupIdorg.refcodes |
---|---|
ArtifactId | ArtifactIdrefcodes-filesystem-alt |
Version | Version2.0.0 |
Type | Typepom |
Filename | Size |
---|---|
refcodes-filesystem-alt-2.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-filesystem-alt/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-filesystem-alt</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-filesystem-alt/
implementation 'org.refcodes:refcodes-filesystem-alt:2.0.0'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-filesystem-alt/
implementation ("org.refcodes:refcodes-filesystem-alt:2.0.0")
'org.refcodes:refcodes-filesystem-alt:pom:2.0.0'
<dependency org="org.refcodes" name="refcodes-filesystem-alt" rev="2.0.0">
<artifact name="refcodes-filesystem-alt" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-filesystem-alt', version='2.0.0')
)
libraryDependencies += "org.refcodes" % "refcodes-filesystem-alt" % "2.0.0"
[org.refcodes/refcodes-filesystem-alt "2.0.0"]