GroupId | GroupIdorg.ow2.frascati |
---|---|
ArtifactId | ArtifactIdfrascati-explorer-fscript-plugin |
Version | Version1.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.frascati/frascati-explorer-fscript-plugin/ -->
<dependency>
<groupId>org.ow2.frascati</groupId>
<artifactId>frascati-explorer-fscript-plugin</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.frascati/frascati-explorer-fscript-plugin/
implementation 'org.ow2.frascati:frascati-explorer-fscript-plugin:1.1.1'
// https://jarcasting.com/artifacts/org.ow2.frascati/frascati-explorer-fscript-plugin/
implementation ("org.ow2.frascati:frascati-explorer-fscript-plugin:1.1.1")
'org.ow2.frascati:frascati-explorer-fscript-plugin:jar:1.1.1'
<dependency org="org.ow2.frascati" name="frascati-explorer-fscript-plugin" rev="1.1.1">
<artifact name="frascati-explorer-fscript-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.frascati', module='frascati-explorer-fscript-plugin', version='1.1.1')
)
libraryDependencies += "org.ow2.frascati" % "frascati-explorer-fscript-plugin" % "1.1.1"
[org.ow2.frascati/frascati-explorer-fscript-plugin "1.1.1"]