License |
License |
---|---|
Categories |
CategoriesNet Auto Application Layer Libs Code Generators |
GroupId | GroupIdcom.fjordnet.autoreceiver |
ArtifactId | ArtifactIdannotations |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionAuto Receiver Annotations
Annotations for Auto Receiver.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
annotations-1.0.0.pom | |
annotations-1.0.0.jar | 1 KB |
annotations-1.0.0-sources.jar | 1 KB |
annotations-1.0.0-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fjordnet.autoreceiver/annotations/ -->
<dependency>
<groupId>com.fjordnet.autoreceiver</groupId>
<artifactId>annotations</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fjordnet.autoreceiver/annotations/
implementation 'com.fjordnet.autoreceiver:annotations:1.0.0'
// https://jarcasting.com/artifacts/com.fjordnet.autoreceiver/annotations/
implementation ("com.fjordnet.autoreceiver:annotations:1.0.0")
'com.fjordnet.autoreceiver:annotations:jar:1.0.0'
<dependency org="com.fjordnet.autoreceiver" name="annotations" rev="1.0.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fjordnet.autoreceiver', module='annotations', version='1.0.0')
)
libraryDependencies += "com.fjordnet.autoreceiver" % "annotations" % "1.0.0"
[com.fjordnet.autoreceiver/annotations "1.0.0"]