is not current version
Last Version 3.0.0

com.github.sebhoss:common-annotations 2.0.0

Collection of common annotations for Java projects.

GroupId

GroupId

com.github.sebhoss
ArtifactId

ArtifactId

common-annotations
Version

Version

2.0.0
Type

Type

jar

Download common-annotations 2.0.0


<!-- https://jarcasting.com/artifacts/com.github.sebhoss/common-annotations/ -->
<dependency>
    <groupId>com.github.sebhoss</groupId>
    <artifactId>common-annotations</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss/common-annotations/
implementation 'com.github.sebhoss:common-annotations:2.0.0'
// https://jarcasting.com/artifacts/com.github.sebhoss/common-annotations/
implementation ("com.github.sebhoss:common-annotations:2.0.0")
'com.github.sebhoss:common-annotations:jar:2.0.0'
<dependency org="com.github.sebhoss" name="common-annotations" rev="2.0.0">
  <artifact name="common-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss', module='common-annotations', version='2.0.0')
)
libraryDependencies += "com.github.sebhoss" % "common-annotations" % "2.0.0"
[com.github.sebhoss/common-annotations "2.0.0"]