GroupId | GroupIdorg.carewebframework |
---|---|
ArtifactId | ArtifactIdorg.carewebframework.plugin.filetailer |
Version | Version6.0.0-RC3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.plugin.filetailer/ -->
<dependency>
<groupId>org.carewebframework</groupId>
<artifactId>org.carewebframework.plugin.filetailer</artifactId>
<version>6.0.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.plugin.filetailer/
implementation 'org.carewebframework:org.carewebframework.plugin.filetailer:6.0.0-RC3'
// https://jarcasting.com/artifacts/org.carewebframework/org.carewebframework.plugin.filetailer/
implementation ("org.carewebframework:org.carewebframework.plugin.filetailer:6.0.0-RC3")
'org.carewebframework:org.carewebframework.plugin.filetailer:jar:6.0.0-RC3'
<dependency org="org.carewebframework" name="org.carewebframework.plugin.filetailer" rev="6.0.0-RC3">
<artifact name="org.carewebframework.plugin.filetailer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.carewebframework', module='org.carewebframework.plugin.filetailer', version='6.0.0-RC3')
)
libraryDependencies += "org.carewebframework" % "org.carewebframework.plugin.filetailer" % "6.0.0-RC3"
[org.carewebframework/org.carewebframework.plugin.filetailer "6.0.0-RC3"]