| License |
License |
|---|---|
| GroupId | GroupIdcom.github.japkit |
| ArtifactId | ArtifactIdjapkit-parent |
| Last Version | Last Version1.26 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJapkit Parent
A declarative approach to writing Java annotation processors.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| japkit-parent-1.26.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.japkit/japkit-parent/ -->
<dependency>
<groupId>com.github.japkit</groupId>
<artifactId>japkit-parent</artifactId>
<version>1.26</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.japkit/japkit-parent/
implementation 'com.github.japkit:japkit-parent:1.26'
// https://jarcasting.com/artifacts/com.github.japkit/japkit-parent/
implementation ("com.github.japkit:japkit-parent:1.26")
'com.github.japkit:japkit-parent:pom:1.26'
<dependency org="com.github.japkit" name="japkit-parent" rev="1.26">
<artifact name="japkit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.japkit', module='japkit-parent', version='1.26')
)
libraryDependencies += "com.github.japkit" % "japkit-parent" % "1.26"
[com.github.japkit/japkit-parent "1.26"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |