is not current version
Last Version 0.2.0

com.commsen.em:em.annotations 0.1.0

Annotations for common contracts (restful services, servlet containers, ...)

GroupId

GroupId

com.commsen.em
ArtifactId

ArtifactId

em.annotations
Version

Version

0.1.0
Type

Type

jar

Download em.annotations 0.1.0


<!-- 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"]