GroupId | GroupIdorg.ow2.frascati.examples |
---|---|
ArtifactId | ArtifactIdhelloworld-annotations |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
helloworld-annotations-1.0.1.pom | |
helloworld-annotations-1.0.1.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-annotations/ -->
<dependency>
<groupId>org.ow2.frascati.examples</groupId>
<artifactId>helloworld-annotations</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-annotations/
implementation 'org.ow2.frascati.examples:helloworld-annotations:1.0.1'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/helloworld-annotations/
implementation ("org.ow2.frascati.examples:helloworld-annotations:1.0.1")
'org.ow2.frascati.examples:helloworld-annotations:jar:1.0.1'
<dependency org="org.ow2.frascati.examples" name="helloworld-annotations" rev="1.0.1">
<artifact name="helloworld-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='helloworld-annotations', version='1.0.1')
)
libraryDependencies += "org.ow2.frascati.examples" % "helloworld-annotations" % "1.0.1"
[org.ow2.frascati.examples/helloworld-annotations "1.0.1"]