Categories |
CategoriesSBE Data Data Structures |
---|---|
GroupId | GroupIdcom.opsbears.webcomponents.dic |
ArtifactId | ArtifactIdannotation |
Version | Version1.0.0-alpha3 |
Type | Typejar |
Filename | Size |
---|---|
annotation-1.0.0-alpha3.pom | |
annotation-1.0.0-alpha3.jar | 7 KB |
annotation-1.0.0-alpha3-sources.jar | 3 KB |
annotation-1.0.0-alpha3-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.opsbears.webcomponents.dic/annotation/ -->
<dependency>
<groupId>com.opsbears.webcomponents.dic</groupId>
<artifactId>annotation</artifactId>
<version>1.0.0-alpha3</version>
</dependency>
// https://jarcasting.com/artifacts/com.opsbears.webcomponents.dic/annotation/
implementation 'com.opsbears.webcomponents.dic:annotation:1.0.0-alpha3'
// https://jarcasting.com/artifacts/com.opsbears.webcomponents.dic/annotation/
implementation ("com.opsbears.webcomponents.dic:annotation:1.0.0-alpha3")
'com.opsbears.webcomponents.dic:annotation:jar:1.0.0-alpha3'
<dependency org="com.opsbears.webcomponents.dic" name="annotation" rev="1.0.0-alpha3">
<artifact name="annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opsbears.webcomponents.dic', module='annotation', version='1.0.0-alpha3')
)
libraryDependencies += "com.opsbears.webcomponents.dic" % "annotation" % "1.0.0-alpha3"
[com.opsbears.webcomponents.dic/annotation "1.0.0-alpha3"]