GroupId | GroupIdcom.github.drtrang |
---|---|
ArtifactId | ArtifactIdcopiers |
Version | Version2.4.0 |
Type | Typejar |
Filename | Size |
---|---|
copiers-2.4.0.pom | |
copiers-2.4.0.jar | 58 KB |
copiers-2.4.0-sources.jar | 22 KB |
copiers-2.4.0-javadoc.jar | 271 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.drtrang/copiers/ -->
<dependency>
<groupId>com.github.drtrang</groupId>
<artifactId>copiers</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.drtrang/copiers/
implementation 'com.github.drtrang:copiers:2.4.0'
// https://jarcasting.com/artifacts/com.github.drtrang/copiers/
implementation ("com.github.drtrang:copiers:2.4.0")
'com.github.drtrang:copiers:jar:2.4.0'
<dependency org="com.github.drtrang" name="copiers" rev="2.4.0">
<artifact name="copiers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.drtrang', module='copiers', version='2.4.0')
)
libraryDependencies += "com.github.drtrang" % "copiers" % "2.4.0"
[com.github.drtrang/copiers "2.4.0"]