j

jobj-copy

Template project for create java library projects
https://github.com/astrapi69/jobj-copy
MIT License
Asterios Raptis
Asterios Raptis
Files download
File Operation
jobj-copy-4.2.jar download
jobj-copy-4.2.pom download
jobj-copy-4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.astrapi69</groupId>
  <artifactId>jobj-copy</artifactId>
  <version>4.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.astrapi69:jobj-copy:4.2'
Gradle Kotlin
implementation("io.github.astrapi69:jobj-copy:4.2")
Scala SBT
libraryDependencies += "io.github.astrapi69" % "jobj-copy" % "4.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.astrapi69', module='jobj-copy', version='4.2')
)
Apache Ivy
<dependency org="io.github.astrapi69" name="jobj-copy" rev="4.2" />
Leiningen
[io.github.astrapi69/jobj-copy "4.2"]
Apache Buildr
'io.github.astrapi69:jobj-copy:jar:4.2'