| GroupId | GroupIdcom.almis.awe |
|---|---|
| ArtifactId | ArtifactIdawe-annotation |
| Version | Version4.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| awe-annotation-4.0.7.pom | |
| awe-annotation-4.0.7.jar | 32 KB |
| awe-annotation-4.0.7-sources.jar | 20 KB |
| awe-annotation-4.0.7-javadoc.jar | 195 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.almis.awe/awe-annotation/ -->
<dependency>
<groupId>com.almis.awe</groupId>
<artifactId>awe-annotation</artifactId>
<version>4.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.almis.awe/awe-annotation/
implementation 'com.almis.awe:awe-annotation:4.0.7'
// https://jarcasting.com/artifacts/com.almis.awe/awe-annotation/
implementation ("com.almis.awe:awe-annotation:4.0.7")
'com.almis.awe:awe-annotation:jar:4.0.7'
<dependency org="com.almis.awe" name="awe-annotation" rev="4.0.7">
<artifact name="awe-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.almis.awe', module='awe-annotation', version='4.0.7')
)
libraryDependencies += "com.almis.awe" % "awe-annotation" % "4.0.7"
[com.almis.awe/awe-annotation "4.0.7"]