| License |
License
Mozilla Public License Version 1.1
|
|---|---|
| Categories |
CategoriesAnt Build Tools KeY Data Data Formats Formal Verification |
| GroupId | GroupIdit.uniroma2.art.semanticturkey |
| ArtifactId | ArtifactIdst-firefox-ext |
| Last Version | Last Version0.12 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionSemantic Turkey Firefox Extension
The javascript and XUL resources used to build the true firefox extension bunlded in the Semantic Turkey XPI
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| st-firefox-ext-0.12.pom | |
| st-firefox-ext-0.12.xpi | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/it.uniroma2.art.semanticturkey/st-firefox-ext/ -->
<dependency>
<groupId>it.uniroma2.art.semanticturkey</groupId>
<artifactId>st-firefox-ext</artifactId>
<version>0.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.uniroma2.art.semanticturkey/st-firefox-ext/
implementation 'it.uniroma2.art.semanticturkey:st-firefox-ext:0.12'
// https://jarcasting.com/artifacts/it.uniroma2.art.semanticturkey/st-firefox-ext/
implementation ("it.uniroma2.art.semanticturkey:st-firefox-ext:0.12")
'it.uniroma2.art.semanticturkey:st-firefox-ext:pom:0.12'
<dependency org="it.uniroma2.art.semanticturkey" name="st-firefox-ext" rev="0.12">
<artifact name="st-firefox-ext" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.uniroma2.art.semanticturkey', module='st-firefox-ext', version='0.12')
)
libraryDependencies += "it.uniroma2.art.semanticturkey" % "st-firefox-ext" % "0.12"
[it.uniroma2.art.semanticturkey/st-firefox-ext "0.12"]