is not current version
Last Version 0.0.2

com.github.misberner.ap-commons:ap-commons 0.0.1

A library with common functionalities for facilitating the implementation of Java annotation processors.

Categories

Categories

SBE Data Data Structures
GroupId

GroupId

com.github.misberner.ap-commons
ArtifactId

ArtifactId

ap-commons
Version

Version

0.0.1
Type

Type

jar

Download ap-commons 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.misberner.ap-commons/ap-commons/ -->
<dependency>
    <groupId>com.github.misberner.ap-commons</groupId>
    <artifactId>ap-commons</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.misberner.ap-commons/ap-commons/
implementation 'com.github.misberner.ap-commons:ap-commons:0.0.1'
// https://jarcasting.com/artifacts/com.github.misberner.ap-commons/ap-commons/
implementation ("com.github.misberner.ap-commons:ap-commons:0.0.1")
'com.github.misberner.ap-commons:ap-commons:jar:0.0.1'
<dependency org="com.github.misberner.ap-commons" name="ap-commons" rev="0.0.1">
  <artifact name="ap-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.misberner.ap-commons', module='ap-commons', version='0.0.1')
)
libraryDependencies += "com.github.misberner.ap-commons" % "ap-commons" % "0.0.1"
[com.github.misberner.ap-commons/ap-commons "0.0.1"]