| License |
License |
|---|---|
| GroupId | GroupIdcom.nicholaspaulsmith |
| ArtifactId | ArtifactIdkoan-annotations |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionKoan Annotations
Koan Annotations For Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| koan-annotations-1.0.0.pom | |
| koan-annotations-1.0.0.jar | 14 KB |
| koan-annotations-1.0.0-sources.jar | 9 KB |
| koan-annotations-1.0.0-javadoc.jar | 79 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nicholaspaulsmith/koan-annotations/ -->
<dependency>
<groupId>com.nicholaspaulsmith</groupId>
<artifactId>koan-annotations</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nicholaspaulsmith/koan-annotations/
implementation 'com.nicholaspaulsmith:koan-annotations:1.0.0'
// https://jarcasting.com/artifacts/com.nicholaspaulsmith/koan-annotations/
implementation ("com.nicholaspaulsmith:koan-annotations:1.0.0")
'com.nicholaspaulsmith:koan-annotations:jar:1.0.0'
<dependency org="com.nicholaspaulsmith" name="koan-annotations" rev="1.0.0">
<artifact name="koan-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nicholaspaulsmith', module='koan-annotations', version='1.0.0')
)
libraryDependencies += "com.nicholaspaulsmith" % "koan-annotations" % "1.0.0"
[com.nicholaspaulsmith/koan-annotations "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.google.code.javaparser : javaparser | jar | 1.0.11 |