License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.yepher.jsondoc |
ArtifactId | ArtifactIdsamples |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTool to document POJOs using annotations.
|
Filename | Size |
---|---|
samples-0.0.2.pom | |
samples-0.0.2.jar | 9 KB |
samples-0.0.2-sources.jar | 3 KB |
samples-0.0.2-javadoc.jar | 47 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yepher.jsondoc/samples/ -->
<dependency>
<groupId>com.yepher.jsondoc</groupId>
<artifactId>samples</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yepher.jsondoc/samples/
implementation 'com.yepher.jsondoc:samples:0.0.2'
// https://jarcasting.com/artifacts/com.yepher.jsondoc/samples/
implementation ("com.yepher.jsondoc:samples:0.0.2")
'com.yepher.jsondoc:samples:jar:0.0.2'
<dependency org="com.yepher.jsondoc" name="samples" rev="0.0.2">
<artifact name="samples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yepher.jsondoc', module='samples', version='0.0.2')
)
libraryDependencies += "com.yepher.jsondoc" % "samples" % "0.0.2"
[com.yepher.jsondoc/samples "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.yepher.jsondoc : annotations | jar | 0.0.2 |
com.yepher.jsondoc : documentor | jar | 0.0.2 |
org.slf4j : slf4j-api | jar | 1.7.12 |
com.google.code.gson : gson | jar | 2.3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.16.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |