GroupId | GroupIdorg.n52.faroe |
---|---|
ArtifactId | ArtifactIdfaroe-annotations |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
faroe-annotations-1.1.0.pom | |
faroe-annotations-1.1.0.jar | 3 KB |
faroe-annotations-1.1.0-sources.jar | 4 KB |
faroe-annotations-1.1.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.n52.faroe/faroe-annotations/ -->
<dependency>
<groupId>org.n52.faroe</groupId>
<artifactId>faroe-annotations</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.n52.faroe/faroe-annotations/
implementation 'org.n52.faroe:faroe-annotations:1.1.0'
// https://jarcasting.com/artifacts/org.n52.faroe/faroe-annotations/
implementation ("org.n52.faroe:faroe-annotations:1.1.0")
'org.n52.faroe:faroe-annotations:jar:1.1.0'
<dependency org="org.n52.faroe" name="faroe-annotations" rev="1.1.0">
<artifact name="faroe-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.n52.faroe', module='faroe-annotations', version='1.1.0')
)
libraryDependencies += "org.n52.faroe" % "faroe-annotations" % "1.1.0"
[org.n52.faroe/faroe-annotations "1.1.0"]