GroupId | GroupIdcom.github.hjohn.ddif |
---|---|
ArtifactId | ArtifactIdddif-annotations |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ddif-annotations-2.0.0.pom | |
ddif-annotations-2.0.0.jar | 3 KB |
ddif-annotations-2.0.0-sources.jar | 4 KB |
ddif-annotations-2.0.0-javadoc.jar | 376 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hjohn.ddif/ddif-annotations/ -->
<dependency>
<groupId>com.github.hjohn.ddif</groupId>
<artifactId>ddif-annotations</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hjohn.ddif/ddif-annotations/
implementation 'com.github.hjohn.ddif:ddif-annotations:2.0.0'
// https://jarcasting.com/artifacts/com.github.hjohn.ddif/ddif-annotations/
implementation ("com.github.hjohn.ddif:ddif-annotations:2.0.0")
'com.github.hjohn.ddif:ddif-annotations:jar:2.0.0'
<dependency org="com.github.hjohn.ddif" name="ddif-annotations" rev="2.0.0">
<artifact name="ddif-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hjohn.ddif', module='ddif-annotations', version='2.0.0')
)
libraryDependencies += "com.github.hjohn.ddif" % "ddif-annotations" % "2.0.0"
[com.github.hjohn.ddif/ddif-annotations "2.0.0"]