GroupId | GroupIdcom.commsen.em |
---|---|
ArtifactId | ArtifactIdem.annotations |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
em.annotations-0.1.0.pom | |
em.annotations-0.1.0.jar | 3 KB |
em.annotations-0.1.0-sources.jar | 2 KB |
em.annotations-0.1.0-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.commsen.em/em.annotations/ -->
<dependency>
<groupId>com.commsen.em</groupId>
<artifactId>em.annotations</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.commsen.em/em.annotations/
implementation 'com.commsen.em:em.annotations:0.1.0'
// https://jarcasting.com/artifacts/com.commsen.em/em.annotations/
implementation ("com.commsen.em:em.annotations:0.1.0")
'com.commsen.em:em.annotations:jar:0.1.0'
<dependency org="com.commsen.em" name="em.annotations" rev="0.1.0">
<artifact name="em.annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.commsen.em', module='em.annotations', version='0.1.0')
)
libraryDependencies += "com.commsen.em" % "em.annotations" % "0.1.0"
[com.commsen.em/em.annotations "0.1.0"]