Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.overturetool.core.annotations |
ArtifactId | ArtifactIdprovided |
Version | Version2.7.4 |
Type | Typejar |
Filename | Size |
---|---|
provided-2.7.4.pom | |
provided-2.7.4.jar | 14 KB |
provided-2.7.4-sources.jar | 7 KB |
provided-2.7.4-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.core.annotations/provided/ -->
<dependency>
<groupId>org.overturetool.core.annotations</groupId>
<artifactId>provided</artifactId>
<version>2.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core.annotations/provided/
implementation 'org.overturetool.core.annotations:provided:2.7.4'
// https://jarcasting.com/artifacts/org.overturetool.core.annotations/provided/
implementation ("org.overturetool.core.annotations:provided:2.7.4")
'org.overturetool.core.annotations:provided:jar:2.7.4'
<dependency org="org.overturetool.core.annotations" name="provided" rev="2.7.4">
<artifact name="provided" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core.annotations', module='provided', version='2.7.4')
)
libraryDependencies += "org.overturetool.core.annotations" % "provided" % "2.7.4"
[org.overturetool.core.annotations/provided "2.7.4"]