GroupId | GroupIdorg.ow2.frascati.examples |
---|---|
ArtifactId | ArtifactIddictionary |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
dictionary-1.2.pom | |
dictionary-1.2.jar | 31 KB |
dictionary-1.2-sources.jar | 30 KB |
dictionary-1.2-javadoc.jar | 193 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati.examples/dictionary/ -->
<dependency>
<groupId>org.ow2.frascati.examples</groupId>
<artifactId>dictionary</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/dictionary/
implementation 'org.ow2.frascati.examples:dictionary:1.2'
// https://jarcasting.com/artifacts/org.ow2.frascati.examples/dictionary/
implementation ("org.ow2.frascati.examples:dictionary:1.2")
'org.ow2.frascati.examples:dictionary:jar:1.2'
<dependency org="org.ow2.frascati.examples" name="dictionary" rev="1.2">
<artifact name="dictionary" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati.examples', module='dictionary', version='1.2')
)
libraryDependencies += "org.ow2.frascati.examples" % "dictionary" % "1.2"
[org.ow2.frascati.examples/dictionary "1.2"]