j

jca-test

Java Compile Annotation Test
Files download
File Operation
jca-test-1.0.2.jar download
jca-test-1.0.2.pom download
jca-test-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ofofs</groupId>
  <artifactId>jca-test</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.ofofs:jca-test:1.0.2'
Gradle Kotlin
implementation("com.github.ofofs:jca-test:1.0.2")
Scala SBT
libraryDependencies += "com.github.ofofs" % "jca-test" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ofofs', module='jca-test', version='1.0.2')
)
Apache Ivy
<dependency org="com.github.ofofs" name="jca-test" rev="1.0.2" />
Leiningen
[com.github.ofofs/jca-test "1.0.2"]
Apache Buildr
'com.github.ofofs:jca-test:jar:1.0.2'